fix some issues, make the liquidsoap monitor working

This commit is contained in:
bkfox
2015-11-23 02:04:37 +01:00
parent 25e3d4cb53
commit edfdd94eda
8 changed files with 88 additions and 123 deletions

View File

@ -8,7 +8,7 @@ def to_timedelta (time):
return datetime.timedelta(
hours = time.hour,
minutes = time.minute,
seconds = time.seconds
seconds = time.second
)