removed spamm of warnings

This commit is contained in:
Lars Noack 2022-11-08 10:48:40 +01:00
parent 273f94e814
commit a6df17ab86

View File

@ -71,8 +71,6 @@ class Download:
if type(row[key]) != list:
row[key] = str(row[key])
audiofile[key] = row[key]
else:
self.logger.warning(key)
self.logger.info("saving")
audiofile.save(file_path, v1=2)