syntax error

This commit is contained in:
bkfox 2017-01-09 14:44:38 +01:00
parent 136576b06c
commit 85afcc3be0

View File

@ -96,7 +96,7 @@ class SoundInfo:
self.duration = duration self.duration = duration
return 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. Get or create a sound using self info.