We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1b838 commit 38acf8bCopy full SHA for 38acf8b
1 file changed
main.py
@@ -8,7 +8,7 @@
8
print("Initializing")
9
keyauthapp.init()
10
11
-if os.path.exists(file_path):
+if os.path.exists('C:\\ProgramData\\keysave.txt'):
12
with open ("C:\\ProgramData\\keysave.txt", "r") as file:
13
data=file.readlines()
14
keyauthapp.login(data)
0 commit comments