Implemented basic audio searches
This commit is contained in:
@@ -46,7 +46,7 @@ def stringify_values(dictionary):
|
||||
stringified_values_dict = {}
|
||||
for key, value in dictionary.items():
|
||||
if isinstance(value, Iterable) and not isinstance(value, STRING_TYPES):
|
||||
value = ','.join(map(str, value))
|
||||
value = u','.join(map(str, value))
|
||||
stringified_values_dict[key] = value
|
||||
return stringified_values_dict
|
||||
|
||||
|
Reference in New Issue
Block a user