This commit is contained in:
Mylloon 2022-08-08 01:59:42 +02:00
parent 9300961afa
commit d1ee920d7a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -118,7 +118,7 @@ class Listener(StreamingClient):
if len(lastWord) > 0:
infoLastWord += f"dernier mot : {lastWord.split()[-1:][0]}"
else:
infoLastWord += "tweet ignoré car trop de hashtags"
infoLastWord += "tweet ignoré car trop de hashtags.\n"
print(
f"Tweet trouvé de {username} ({infoLastWord})...", end=" ")