From 85afcc3be02eb8bc5130ca999634b110c1c53f31 Mon Sep 17 00:00:00 2001 From: bkfox Date: Mon, 9 Jan 2017 14:44:38 +0100 Subject: [PATCH] syntax error --- aircox/management/commands/sounds_monitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircox/management/commands/sounds_monitor.py b/aircox/management/commands/sounds_monitor.py index fbd0ab9..5f82d70 100755 --- a/aircox/management/commands/sounds_monitor.py +++ b/aircox/management/commands/sounds_monitor.py @@ -96,7 +96,7 @@ class SoundInfo: self.duration = duration return duration - def get_sound(self, save = True, **kwargs = None): + def get_sound(self, save = True, **kwargs): """ Get or create a sound using self info.