diff -r 5f6aa8830cea -r 6d8ac70c5fb9 ui.py --- a/ui.py Sat Jan 20 23:06:38 2018 +0000 +++ b/ui.py Sat Jan 20 23:07:53 2018 +0000 @@ -55,7 +55,7 @@ if 'progress_current' in status and 'progress_total' in status: progress='%d%%' % (status.progress_current/status.progress_total) title="%s (running: %s%s)" % (status['name'], status['operation'], progress) - active=ACTIVE + state=ACTIVE else: # status['type']=='nothing': # Should be unscheduled, nothing running title=status['name']