diff --git a/reply.py b/reply.py index 1e463d2..ae0959e 100755 --- a/reply.py +++ b/reply.py @@ -9,7 +9,6 @@ import functions from bs4 import BeautifulSoup cfg = json.load(open('config.json', 'r')) -threads = {} client = mastodon.Mastodon( client_id=cfg['client']['id'],