Skip to content

Commit

Permalink
PEP 8 finished.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwaterdev committed Jul 12, 2024
1 parent 570e7ee commit efbae70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lidya/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def listen_and_repeat(last_communication):
print(user_message)
#user_message = "ok lydia execute la commande 'weather' pour récupérer la météo."
print(last_communication)
if (time.time() - last_communication) < 60:
if (time.time() - last_communication) < 60:
present = True
message = user_message
else:
Expand Down

0 comments on commit efbae70

Please sign in to comment.