Skip to content

Commit e8a43d3

Browse files
author
6nz
authored
Fix
1 parent 5496f87 commit e8a43d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def answer():
131131
# * Auto-Login Example (THIS IS JUST AN EXAMPLE --> YOU WILL HAVE TO EDIT THE CODE PROBABLY)
132132
# 1. Checking and Reading JSON
133133

134-
#### Note: Remove the ''' on line 124 and 183
134+
#### Note: Remove the ''' on line 136 and 195
135135

136136
'''try:
137137
if os.path.isfile('auth.json'): #Checking if the auth file exist
@@ -195,8 +195,8 @@ def answer():
195195
os._exit(1)'''
196196

197197
# Writing user data on login:
198-
# Check Keyauth.py file --> Line 152
199-
# Replace the whole login function with this login function (This has auto user data dumping, so the user only have to login once)
198+
# Check Keyauth.py file --> Line 158
199+
# Replace the whole login function with this login function (This has auto user data dumping, so the user only have to login once), dont forget to remove the ''' on line 202,239
200200
# Note: The auto login function above is needed for this bc it creates the auth file, if the auth file is missing this won't work
201201

202202
'''def login(self, user, password, hwid=None):

0 commit comments

Comments
 (0)