documentation

This commit is contained in:
bkfox
2015-11-24 13:44:38 +01:00
parent 5109392db7
commit 49c4939708
7 changed files with 68 additions and 48 deletions

View File

@ -312,10 +312,10 @@ class Dealer (Source):
source.skip()
self.controller.log(
source = self.id,
diffusion = diff,
date = now,
comment = 'trigger the scheduled diffusion to liquidsoap; '
'skip all other streams',
related_object = diff,
)
@ -401,9 +401,9 @@ class Controller:
self.log(
source = source.id,
sound = models.Sound.objects.get(path = on_air),
date = tz.make_aware(tz.datetime.now()),
comment = 'sound has changed'
comment = 'sound has changed',
related_object = models.Sound.objects.get(path = on_air),
)
def monitor (self):