aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.py b/config.py
index 2469d0f..3356d11 100644
--- a/config.py
+++ b/config.py
@@ -12,3 +12,5 @@ TOOT_API_BASE_URL = config["TOOT"]["API_BASE_URL"]
12TOOT_CLIENT_ID = config["TOOT"]["CLIENT_ID"] 12TOOT_CLIENT_ID = config["TOOT"]["CLIENT_ID"]
13TOOT_CLIENT_SECRET = config["TOOT"]["CLIENT_SECRET"] 13TOOT_CLIENT_SECRET = config["TOOT"]["CLIENT_SECRET"]
14TOOT_ACCESS_TOKEN = config["TOOT"]["ACCESS_TOKEN"] 14TOOT_ACCESS_TOKEN = config["TOOT"]["ACCESS_TOKEN"]
15
16MEDIA_GROUP_TIMEOUT = 3
Powered by cgit v1.2.3 (git 2.41.0)