diff --git a/auth-mastodon.py b/auth-mastodon.py index e7d9cdb..e7b36ae 100644 --- a/auth-mastodon.py +++ b/auth-mastodon.py @@ -1,6 +1,15 @@ #!/usr/bin/env python3 -import os, sys, logging, struct, psycopg2, bcrypt, random, atexit, time +import atexit +import logging +import os +import struct +import sys +import random +import time + +import bcrypt +import psycopg2 # Database connection details. The credentials here need access to the Mastodon database, which "ejabberd" is unlikely