diff --git a/reply.py b/reply.py index 3298c84..060a673 100755 --- a/reply.py +++ b/reply.py @@ -44,7 +44,6 @@ class ReplyListener(mastodon.StreamListener): print("didn't reply (max_thread_length exceeded)") return - threads[post_id] = [time.time(), 0] mention = extract_toot(notification['status']['content']) toot = functions.make_toot(True)['toot'] #generate a toot toot = acct + " " + toot #prepend the @