aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-20 13:58:01 -0800
committerclarkzjw <[email protected]>2023-02-20 13:58:01 -0800
commit88ad58c3d3412162ffdeb96f49b789e7976cad07 (patch)
tree2aa451f8e64da94b34e71ed9b9c43fcba1f4b39e /toot.py
parentf927324709d639adfcd5487c7740e3d60f2246b8 (diff)
downloadswarm2fediverse-88ad58c3d3412162ffdeb96f49b789e7976cad07.tar.gz
minor reformatting
Diffstat (limited to 'toot.py')
-rw-r--r--toot.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/toot.py b/toot.py
index f1db858..e1995fd 100644
--- a/toot.py
+++ b/toot.py
@@ -1,4 +1,5 @@
1from mastodon import Mastodon 1from mastodon import Mastodon
2
2from config import TOOT_API_BASE_URL, TOOT_CLIENT_SECRET, TOOT_ACCESS_TOKEN, TOOT_CLIENT_ID 3from config import TOOT_API_BASE_URL, TOOT_CLIENT_SECRET, TOOT_ACCESS_TOKEN, TOOT_CLIENT_ID
3 4
4''' 5'''
Powered by cgit v1.2.3 (git 2.41.0)