fix typo
This commit is contained in:
parent
cba19110b2
commit
aee50a863b
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -44,7 +44,7 @@ class Listener(StreamListener):
|
||||||
answer = stiti
|
answer = stiti
|
||||||
elif lastWord in nonBase:
|
elif lastWord in nonBase:
|
||||||
answer = bril
|
answer = bril
|
||||||
print(f"Envoie de d'un {answer[0]}...", end = " ")
|
print(f"Envoie d'un {answer[0]}...", end = " ")
|
||||||
try: # send answer
|
try: # send answer
|
||||||
self.api.update_status(status = choice(answer), in_reply_to_status_id = status._json["id"], auto_populate_reply_metadata = True)
|
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]} !")
|
print(f"{status._json['user']['screen_name']} s'est fait {answer[0]} !")
|
||||||
|
|
Reference in a new issue