diff options
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,3 +12,5 @@ TOOT_API_BASE_URL = config["TOOT"]["API_BASE_URL"] | |||
12 | TOOT_CLIENT_ID = config["TOOT"]["CLIENT_ID"] | 12 | TOOT_CLIENT_ID = config["TOOT"]["CLIENT_ID"] |
13 | TOOT_CLIENT_SECRET = config["TOOT"]["CLIENT_SECRET"] | 13 | TOOT_CLIENT_SECRET = config["TOOT"]["CLIENT_SECRET"] |
14 | TOOT_ACCESS_TOKEN = config["TOOT"]["ACCESS_TOKEN"] | 14 | TOOT_ACCESS_TOKEN = config["TOOT"]["ACCESS_TOKEN"] |
15 | |||
16 | MEDIA_GROUP_TIMEOUT = 3 | ||