diff options
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 | ''' |