From 788f0a45dd8ce934f49da573c3ce1ae48ceac1d0 Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 30 May 2019 20:33:29 +1000 Subject: [PATCH] removed reference to mstdn-ebooks --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ea1779c..61699ff 100755 --- a/main.py +++ b/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")