sound_monitor: filesystem monitoring using watchdog

This commit is contained in:
bkfox
2015-12-29 12:05:59 +01:00
parent 2445690da3
commit d70593a461
7 changed files with 257 additions and 104 deletions

View File

@ -186,7 +186,7 @@ class Source:
return {
'begin': stream.begin.strftime('%Hh%M') if stream.begin else None,
'end': stream.end.strftime('%Hh%M') if stream.end else None,
'delay': to_seconds(stream.delay) if stream.delay else None
'delay': to_seconds(stream.delay) if stream.delay else 0
}
def skip (self):