diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | client/notifier.py | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ env/ client/env client/venv -client/modules/* *.pyc client/active.wav client/passive.wav diff --git a/client/notifier.py b/client/notifier.py index 7e6b0a2..341ae04 100644 --- a/client/notifier.py +++ b/client/notifier.py @@ -1,5 +1,5 @@ import Queue -#from modules import Gmail +from modules import Gmail from apscheduler.scheduler import Scheduler import logging logging.basicConfig() |
