diff options
author | clarkzjw <[email protected]> | 2023-02-20 13:58:01 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-20 13:58:01 -0800 |
commit | 88ad58c3d3412162ffdeb96f49b789e7976cad07 (patch) | |
tree | 2aa451f8e64da94b34e71ed9b9c43fcba1f4b39e /toot.py | |
parent | f927324709d639adfcd5487c7740e3d60f2246b8 (diff) | |
download | swarm2fediverse-88ad58c3d3412162ffdeb96f49b789e7976cad07.tar.gz |
minor reformatting
Diffstat (limited to 'toot.py')
-rw-r--r-- | toot.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ | |||
1 | from mastodon import Mastodon | 1 | from mastodon import Mastodon |
2 | |||
2 | from config import TOOT_API_BASE_URL, TOOT_CLIENT_SECRET, TOOT_ACCESS_TOKEN, TOOT_CLIENT_ID | 3 | from config import TOOT_API_BASE_URL, TOOT_CLIENT_SECRET, TOOT_ACCESS_TOKEN, TOOT_CLIENT_ID |
3 | 4 | ||
4 | ''' | 5 | ''' |