aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)