diff --git a/hackingtool.py b/hackingtool.py index 4bd872967a094ca28f675c0b8c62a8606e8c1c14..20b977859910ca7ffcb44cfbb3f350fe72e6e4bf 100755 --- a/hackingtool.py +++ b/hackingtool.py @@ -75,7 +75,8 @@ if __name__ == "__main__": try: if system() == 'Linux': # Testing platforms like GitHub Actions define a $CI environment variable - fpath = "/tmp/hackingtoolpath.txt" if os.getenv("CI") else "/home/hackingtoolpath.txt" + print(f'{os.getenv("CI") = }') + fpath = "/tmp/hackingtoolpath.txt" # if os.getenv("CI") else "/home/hackingtoolpath.txt" if not os.path.exists(fpath): os.system('clear') # run.menu()