You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
error
This commit is contained in:
@ -1529,8 +1529,8 @@ def clearScr():
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
if system() == 'Linux':
|
||||
if path.exists("/home/")
|
||||
os.chdir("/home/")
|
||||
if path.exists("/home/"):
|
||||
os.chdir("/home/")
|
||||
if os.path.isdir('hackingtool'):
|
||||
os.chdir("/home/hackingtool/")
|
||||
menu()
|
||||
|
Reference in New Issue
Block a user