renamed login.py to webapp.py
This commit is contained in:
parent
7d0aa37116
commit
a75c6d8e88
1 changed files with 4 additions and 0 deletions
|
@ -22,4 +22,8 @@ client_id, client_secret = Mastodon.create_app(cfg['name'],
|
||||||
scopes="write:statuses",
|
scopes="write:statuses",
|
||||||
website="https://git.lynnesbian.space/lynnesbian/curious-greg")
|
website="https://git.lynnesbian.space/lynnesbian/curious-greg")
|
||||||
|
|
||||||
|
client = Mastodon(client_id = client_id,
|
||||||
|
client_secret = client_secret,
|
||||||
|
api_base_url=instance_url)
|
||||||
|
|
||||||
|
client.
|
Loading…
Reference in a new issue