removed spamm of warnings
This commit is contained in:
parent
273f94e814
commit
a6df17ab86
@ -71,8 +71,6 @@ class Download:
|
|||||||
if type(row[key]) != list:
|
if type(row[key]) != list:
|
||||||
row[key] = str(row[key])
|
row[key] = str(row[key])
|
||||||
audiofile[key] = row[key]
|
audiofile[key] = row[key]
|
||||||
else:
|
|
||||||
self.logger.warning(key)
|
|
||||||
|
|
||||||
self.logger.info("saving")
|
self.logger.info("saving")
|
||||||
audiofile.save(file_path, v1=2)
|
audiofile.save(file_path, v1=2)
|
||||||
|
Loading…
Reference in New Issue
Block a user