Now got the bug
This commit is contained in:
parent
c3c64b6965
commit
320fe5c167
1 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue