From 859d200b2f6cb76dced1b1faceaba13e1cf638b4 Mon Sep 17 00:00:00 2001 From: Pesy Wu Date: Thu, 17 Dec 2020 17:35:17 +0800 Subject: [PATCH] Update main.py --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index 7b36c06..d19a5c6 100644 --- a/main.py +++ b/main.py @@ -86,9 +86,7 @@ if __name__ == "__main__": success = [] failure = [] msg = [] - print(len(cookies)) for i in cookies: - print(i) cookie = i autherror = False signerror = False @@ -149,6 +147,6 @@ if __name__ == "__main__": scsend(sckey, scinfomsg) send(teleid, teleinfomsg) - print(scinfomsg) + print(teleinfomsg) if (len(failure) != 0): raise Error