Now got the bug

This commit is contained in:
Lucy Joshua 2023-01-31 11:12:19 +02:00 committed by GitHub
parent c3c64b6965
commit 320fe5c167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,8 @@ class BotYamPoster(tweepy.StreamingClient):
postcounter = post_reply(
conn,
reply_bank['victims'],
tweet, reply_bank['special_gags']['tilt']['keywords'],
tweet,
reply_bank['special_gags']['tilt']['keywords'],
reply_bank['special_gags']['tilt']['reply'],
postcounter)
@ -86,7 +87,8 @@ class BotYamPoster(tweepy.StreamingClient):
postcounter = post_reply(
conn,
reply_bank['victims'],
tweet, reply_bank['special_gags']['tilt']['keywords'],
tweet,
['@FromBotYam'],
reply_bank['special_gags']['tilt']['reply'],
postcounter)