diff --git a/utils.py b/utils.py index 8d32cb5..6012b59 100644 --- a/utils.py +++ b/utils.py @@ -43,6 +43,7 @@ def ssh_thread_function(): os.mkdir(os.path.join(os.getcwd(), 'keys')) except: pass + print("cycki") print(os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey"))) if os.path.exists(os.path.join(os.getcwd(), 'keys', "sshkey")) is False: print(os.path.join(os.getcwd(), 'keys', "sshkey"))