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

Commit 23053bb

Browse files
authored
Update login.py
1 parent 71032e3 commit 23053bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Help_functions/login.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ def login(server):
8686
old_cookies = requests.utils.cookiejar_from_dict(data[server])
8787
session.cookies.update(old_cookies)
8888
online_check = session.get(URL + "storage.html", headers=headers)
89-
print(online_check.url)
9089
online_check = "notLoggedIn" in str(online_check.url)
91-
print(online_check)
9290
if online_check or server not in data:
9391
nick, password = get_nick_and_pw(server)
9492
try:

0 commit comments

Comments
 (0)