From 86b661c9c9baa0a1a533acc8e1510ee2ad794709 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 12 Aug 2022 13:39:36 +0200 Subject: [PATCH] better log --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1e6e903..21d5869 100644 --- a/main.py +++ b/main.py @@ -192,7 +192,7 @@ class Listener(StreamingClient): # Send the tweet with the answer self.client.create_tweet( in_reply_to_tweet_id=tweet.id, text=choice(answer)) - print(f"{author.username} s'est fait {answer[0]} !") + print(f"{author.username} s'est fait -{answer[0]} !") except errors.Forbidden: if keys["VERBOSE"]: print(