diff --git a/gen.py b/gen.py index 16c5c23..8bf68a4 100755 --- a/gen.py +++ b/gen.py @@ -4,7 +4,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. from mastodon import Mastodon -import argparse, sys, traceback, json, re +import argparse, json, re import functions parser = argparse.ArgumentParser(description='Generate and post a toot.')