cc-2419: media monitor import on startup

-fixed bug related due to pair not being returned (only scalar value returned)
This commit is contained in:
martin 2011-07-04 18:38:16 -04:00
parent 42a324f659
commit 0757fda479
2 changed files with 1 additions and 14 deletions

View file

@ -75,5 +75,4 @@ except KeyboardInterrupt:
notifier.stop()
logger.info("Keyboard Interrupt")
except Exception, e:
#notifier.stop()
logger.error('Exception: %s', e)