removed leftover code from another solution
This commit is contained in:
parent
90e3cfc64c
commit
ddbd2f10ad
1 changed files with 0 additions and 1 deletions
1
reply.py
1
reply.py
|
@ -44,7 +44,6 @@ class ReplyListener(mastodon.StreamListener):
|
||||||
print("didn't reply (max_thread_length exceeded)")
|
print("didn't reply (max_thread_length exceeded)")
|
||||||
return
|
return
|
||||||
|
|
||||||
threads[post_id] = [time.time(), 0]
|
|
||||||
mention = extract_toot(notification['status']['content'])
|
mention = extract_toot(notification['status']['content'])
|
||||||
toot = functions.make_toot(True)['toot'] #generate a toot
|
toot = functions.make_toot(True)['toot'] #generate a toot
|
||||||
toot = acct + " " + toot #prepend the @
|
toot = acct + " " + toot #prepend the @
|
||||||
|
|
Loading…
Reference in a new issue