Fix the real reason we were getting double start notifications.

This commit is contained in:
Tim 2015-09-23 19:40:22 +02:00
parent b9e900f540
commit 89a03fb263
3 changed files with 6 additions and 4 deletions

View file

@ -51,7 +51,7 @@ class ActivityHandler(object):
def update_db_session(self):
# Update our session temp table values
monitor_proc = activity_processor.ActivityProcessor()
monitor_proc.write_session(self.get_live_session())
monitor_proc.write_session(session=self.get_live_session(), notify=False)
def on_start(self):
if self.is_valid_session():