diff options
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ TOOT_CLIENT_ID = config["TOOT"]["CLIENT_ID"] | |||
16 | TOOT_CLIENT_SECRET = config["TOOT"]["CLIENT_SECRET"] | 16 | TOOT_CLIENT_SECRET = config["TOOT"]["CLIENT_SECRET"] |
17 | TOOT_ACCESS_TOKEN = config["TOOT"]["ACCESS_TOKEN"] | 17 | TOOT_ACCESS_TOKEN = config["TOOT"]["ACCESS_TOKEN"] |
18 | 18 | ||
19 | DEFAULT_TOOT_VISIBILITY = "private" | ||
20 | 19 | ||
21 | MEDIA_GROUP_TIMEOUT = 3 | 20 | MEDIA_GROUP_TIMEOUT = 3 |
22 | 21 | ||