Skip to content

Commit c2c1f02

Browse files
author
mak6969
authored
Update main.py
1 parent 61698e6 commit c2c1f02

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

main.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
keyauthapp.init()
1010

1111
if os.path.exists(file_path):
12-
with open ("C:\\ProgramData\\keysave.txt", "r") as file:
13-
data=file.readlines()
14-
keyauthapp.login(data)
12+
with open ("C:\\ProgramData\\keysave.txt", "r") as file:
13+
data=file.readlines()
14+
keyauthapp.login(data)
1515
else:
16-
_key = input('Enter your key: ')
17-
keyauthapp.login(_key)
16+
_key = input('Enter your key: ')
17+
keyauthapp.login(_key)
1818

1919
keysave = open("C:\\ProgramData\\keysave.txt", "w")
2020
n = keysave.write(_key)
21-
keysave.close()
21+
keysave.close()

0 commit comments

Comments
 (0)