work on logging

This commit is contained in:
bkfox
2015-11-23 11:21:05 +01:00
parent 4eb5e4a25c
commit 201353367d
4 changed files with 95 additions and 40 deletions

View File

@ -47,7 +47,7 @@ class Command (BaseCommand):
delay = options.get('delay') / 1000
while True:
for controller in self.monitor.controllers.values():
controller.dealer.monitor()
controller.monitor()
time.sleep(delay)