diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-07-27 00:14:17 +0000 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-07-27 00:14:17 +0000 |
| commit | 526f86a138a2145c4342e76e2d7dd795f60013a7 (patch) | |
| tree | f0df570ea606300f12e5cadf5f894c1bb5874d2f /client/notifier.py | |
| parent | 415c32bfb02b25d510aca115ca5f075e3cda0c36 (diff) | |
| download | jasper-client-526f86a138a2145c4342e76e2d7dd795f60013a7.tar.gz jasper-client-526f86a138a2145c4342e76e2d7dd795f60013a7.zip | |
Cleanup before pull request.
Diffstat (limited to 'client/notifier.py')
| -rw-r--r-- | client/notifier.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/notifier.py b/client/notifier.py index 5e33c5b..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() @@ -24,7 +24,7 @@ class Notifier(object): ] sched = Scheduler() - #sched.start() + sched.start() sched.add_interval_job(self.gather, seconds=30) def gather(self): |
