mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 11:22:42 -06:00
connecting as user wasn't necessary
This commit is contained in:
parent
b762b2622f
commit
8070f6ad81
1 changed files with 0 additions and 1 deletions
1
demo.py
1
demo.py
|
@ -78,7 +78,6 @@ def safe_b64decode(s):
|
|||
return None
|
||||
conn.connect(token=safe_b64decode(CONFIG.get("push", {}).get("token")))
|
||||
conn.set_state(1)
|
||||
conn.connect(root=False, token=b64decode("E2qx2kiU0KxnyhcLErUHEnVQABEaEQfPEEISmUx+4j4="))
|
||||
#print(b64encode(conn.token).decode())
|
||||
user = ids.IDSUser(conn)
|
||||
|
||||
|
|
Loading…
Reference in a new issue