Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit a60162f

Browse files
authored
Update login.py
1 parent b8d4037 commit a60162f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Help_functions/login.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def login(server):
117117
print("Login problem. check your nick and password and try again")
118118
raise SystemExit(0)
119119
elif "index.html?act=login" in str(r.url):
120-
print("Logged succesfully")
120+
print("Logged successfully")
121121
data.update({server: requests.utils.dict_from_cookiejar(session.cookies)})
122122
write_json(data, cookies_file_name)
123123

0 commit comments

Comments
 (0)