From 320fe5c1670e9fd4d27d1af72cb3033877cde98e Mon Sep 17 00:00:00 2001 From: Lucy Joshua <43093984+notBscalE@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:12:19 +0200 Subject: [PATCH] Now got the bug --- src/BotYamPoster.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/BotYamPoster.py b/src/BotYamPoster.py index 874db76..4873c49 100644 --- a/src/BotYamPoster.py +++ b/src/BotYamPoster.py @@ -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)