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 ca1a075 commit cf943c2Copy full SHA for cf943c2
aw_notify/__main__.py
@@ -1,4 +1,4 @@
1
from aw_notify.main import main
2
3
-if __name__ == '__main__':
+if __name__ == "__main__":
4
main()
aw_notify/main.py
@@ -2,6 +2,7 @@
Get time spent for different categories in a day,
and send notifications to the user on predefined conditions.
"""
5
+
6
import logging
7
import sys
8
import threading
0 commit comments