summaryrefslogtreecommitdiff
path: root/client/notifier.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-07-23 21:21:17 -0700
committerschneefux <schneefux+commit@schneefux.xyz>2014-07-23 21:21:17 -0700
commit2c55f4da462383ee6c7b89ea44e5c40cd5badf0c (patch)
tree078672f2b221cfb7d0aa765f438002a277914c9f /client/notifier.py
parent8a5e5ed385a5c467260c2f1b20816a66cebfc1c6 (diff)
downloadjasper-client-2c55f4da462383ee6c7b89ea44e5c40cd5badf0c.tar.gz
jasper-client-2c55f4da462383ee6c7b89ea44e5c40cd5badf0c.zip
Google STT works on OS X
Diffstat (limited to 'client/notifier.py')
-rw-r--r--client/notifier.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/notifier.py b/client/notifier.py
index 341ae04..5e33c5b 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):