mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 11:22:42 -06:00
Upload files to ''
This commit is contained in:
parent
9c6c4c8c80
commit
7fd7017de3
1 changed files with 4 additions and 2 deletions
6
demo.py
6
demo.py
|
@ -63,8 +63,10 @@ if CONFIG.get("auth", {}).get("cert") is not None:
|
||||||
handles = CONFIG["auth"]["handles"]
|
handles = CONFIG["auth"]["handles"]
|
||||||
user.restore_authentication(auth_keypair, user_id, handles)
|
user.restore_authentication(auth_keypair, user_id, handles)
|
||||||
else:
|
else:
|
||||||
username = input("Username: ")
|
#username = input("Username: ")
|
||||||
password = getpass("Password: ")
|
#password = getpass("Password: ")
|
||||||
|
username = input("Fake username: ")
|
||||||
|
password = ""
|
||||||
|
|
||||||
user.authenticate(username, password)
|
user.authenticate(username, password)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue