removed unused media code
This commit is contained in:
parent
0ceb255865
commit
cd659d86a1
3 changed files with 6 additions and 16 deletions
2
reply.py
2
reply.py
|
|
@ -67,7 +67,7 @@ class ReplyListener(mastodon.StreamListener):
|
|||
else:
|
||||
print("User is not valid")
|
||||
else:
|
||||
toot = functions.make_toot(True)['toot'] #generate a toot
|
||||
toot = functions.make_toot(True) #generate a toot
|
||||
toot = acct + " " + toot #prepend the @
|
||||
print(acct + " says " + mention) #logging
|
||||
visibility = notification['status']['visibility']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue