mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-22 16:39:40 +00:00
error
This commit is contained in:
parent
34889162c8
commit
df7076557c
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue