removed reference to mstdn-ebooks

This commit is contained in:
Lynne Megido 2019-05-30 20:33:29 +10:00
parent eaf3d114a6
commit 788f0a45dd

View File

@ -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")