(not much)
This commit is contained in:
parent
515f7be8f4
commit
c6035d0dbe
1 changed files with 1 additions and 1 deletions
2
external/messenger.py
vendored
2
external/messenger.py
vendored
|
@ -539,7 +539,7 @@ def createClientPickle():
|
||||||
client = MessengerBridgeClient(email, password, max_tries=1)
|
client = MessengerBridgeClient(email, password, max_tries=1)
|
||||||
if not client.isLoggedIn():
|
if not client.isLoggedIn():
|
||||||
print("Could not log in (why???)")
|
print("Could not log in (why???)")
|
||||||
return
|
print("Still creating pickle though, maybe it will work after login was authorized?")
|
||||||
print("")
|
print("")
|
||||||
data = pickle.dumps(client)
|
data = pickle.dumps(client)
|
||||||
data = zlib.compress(data)
|
data = zlib.compress(data)
|
||||||
|
|
Loading…
Reference in a new issue