Loading hackingtool.py +2 −1 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
hackingtool.py +2 −1 Original line number Diff line number Diff line Loading @@ -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() Loading