newlines
This commit is contained in:
parent
9300961afa
commit
d1ee920d7a
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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=" ")
|
||||
|
||||
|
|
Reference in a new issue