From 94afff30241c9d2b23f58215238e44ba8adee271 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 5 Aug 2021 21:47:44 +0200 Subject: [PATCH] update logs --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 8036e42..9f3d240 100644 --- a/main.py +++ b/main.py @@ -175,7 +175,7 @@ def main(accessToken: str, accessTokenSecret: str, consumerKey: str, consumerSec whitelist = "Aucun" else: whitelist = f"@{', @'.join(keys['WHITELIST'])}" - print(f"Liste des comptes exclus : {whitelist}.") + print(f"Liste des comptes ignorés : {whitelist}.") listener = Listener(api, users) stream = Stream(auth = api.auth, listener = listener)