We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5b663 commit 99bc22cCopy full SHA for 99bc22c
leeteasy/__main__.py
@@ -33,7 +33,7 @@ def execute_start(time, difficulty, sleep_duration) -> None:
33
"""
34
valid_time = TimeValidator.validate(time)
35
36
- if datetime.now().time() > valid_time: #To notify users of missed notifications
+ if datetime.now().time() > valid_time:
37
Notifier.notify()
38
39
Notifier.target_difficulty.append(difficulty)
0 commit comments