From aee50a863b3abd42d9d5925e1c64e701c83829d6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 4 Aug 2021 17:51:25 +0200 Subject: [PATCH] fix typo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b0d20a7..3c6f83a 100644 --- a/main.py +++ b/main.py @@ -44,7 +44,7 @@ class Listener(StreamListener): answer = stiti elif lastWord in nonBase: answer = bril - print(f"Envoie de d'un {answer[0]}...", end = " ") + print(f"Envoie d'un {answer[0]}...", end = " ") try: # send answer self.api.update_status(status = choice(answer), in_reply_to_status_id = status._json["id"], auto_populate_reply_metadata = True) print(f"{status._json['user']['screen_name']} s'est fait {answer[0]} !")