-
This commit is contained in:
parent
473e0c6bc0
commit
98420bb7b8
1
utils.py
1
utils.py
@ -43,6 +43,7 @@ def ssh_thread_function():
|
|||||||
os.mkdir(os.path.join(os.getcwd(), 'keys'))
|
os.mkdir(os.path.join(os.getcwd(), 'keys'))
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
print("cycki")
|
||||||
print(os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")))
|
print(os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")))
|
||||||
if os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")) is False:
|
if os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")) is False:
|
||||||
print(os.path.join(os.getcwd(), 'keys', "sshkey"))
|
print(os.path.join(os.getcwd(), 'keys', "sshkey"))
|
||||||
|
Loading…
Reference in New Issue
Block a user