From 98420bb7b8e9f389906838889c8e47b4b9054e8a Mon Sep 17 00:00:00 2001 From: Mateusz779 Date: Tue, 25 Apr 2023 10:10:06 +0200 Subject: [PATCH] - --- utils.py | 1 + 1 file changed, 1 insertion(+) 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"))