diff options
author | clarkzjw <[email protected]> | 2023-02-21 23:12:26 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-21 23:12:26 -0800 |
commit | efc952972f97f98814b2e9a49648766101cd0725 (patch) | |
tree | 0a119816af80c391a86ed2d322ea70cf4457d62e /config.py | |
parent | 2b7af2b46dd99767e02079b7d55603acc8015739 (diff) | |
download | swarm2fediverse-efc952972f97f98814b2e9a49648766101cd0725.tar.gz |
renaming functions
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 | ||