(not much)

This commit is contained in:
Alex 2020-03-06 21:15:11 +01:00
parent 515f7be8f4
commit c6035d0dbe
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ def createClientPickle():
client = MessengerBridgeClient(email, password, max_tries=1)
if not client.isLoggedIn():
print("Could not log in (why???)")
return
print("Still creating pickle though, maybe it will work after login was authorized?")
print("")
data = pickle.dumps(client)
data = zlib.compress(data)