renamed login.py to webapp.py

This commit is contained in:
Lynne Megido 2018-11-02 10:22:02 +10:00
parent 7d0aa37116
commit a75c6d8e88
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

View File

@ -22,4 +22,8 @@ client_id, client_secret = Mastodon.create_app(cfg['name'],
scopes="write:statuses",
website="https://git.lynnesbian.space/lynnesbian/curious-greg")
client = Mastodon(client_id = client_id,
client_secret = client_secret,
api_base_url=instance_url)
client.