mirror of
https://github.com/Z4nzu/hackingtool
synced 2024-11-14 19:55:19 +00:00
Update hackingtool.py
This commit is contained in:
parent
8dff887a4b
commit
946151b211
@ -75,7 +75,8 @@ if __name__ == "__main__":
|
|||||||
try:
|
try:
|
||||||
if system() == 'Linux':
|
if system() == 'Linux':
|
||||||
# Testing platforms like GitHub Actions define a $CI environment variable
|
# 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):
|
if not os.path.exists(fpath):
|
||||||
os.system('clear')
|
os.system('clear')
|
||||||
# run.menu()
|
# run.menu()
|
||||||
|
Loading…
Reference in New Issue
Block a user