removed reference to mstdn-ebooks
This commit is contained in:
parent
eaf3d114a6
commit
788f0a45dd
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -34,7 +34,7 @@ except:
|
|||
|
||||
if "client" not in cfg:
|
||||
print("No application info -- registering application with {}".format(cfg['site']))
|
||||
client_id, client_secret = Mastodon.create_app("mstdn-ebooks",
|
||||
client_id, client_secret = Mastodon.create_app("txtbooks",
|
||||
api_base_url=cfg['site'],
|
||||
scopes=scopes,
|
||||
website="https://git.lynnesbian.space/Lynnesbian/txtbooks")
|
||||
|
|
Loading…
Reference in a new issue