work on sound monitor; cast Sound.duration into Integer; handle add/remove cases even when no -s option is given to sounds_monitor
This commit is contained in:
@ -32,7 +32,7 @@ class Actions:
|
||||
|
||||
print('total of {} diffusions will be created. To be used, they need '
|
||||
'manual approval.'.format(len(items)))
|
||||
print(Diffusion.objects.bulk_create(items))
|
||||
Diffusion.objects.bulk_create(items)
|
||||
|
||||
@staticmethod
|
||||
def clean (date):
|
||||
|
Reference in New Issue
Block a user