Service: rimossi import inutili traceback

This commit is contained in:
mac12m99
2021-06-22 18:36:11 +02:00
parent ffa7749116
commit 7b3ebf687a

View File

@@ -93,12 +93,10 @@ def update(path, p_dialog, i, t, serie, overwrite):
insertados_total += insertados
except:
import traceback
logger.error("Error when saving the chapters of the series")
logger.error(traceback.format_exc())
except:
import traceback
logger.error("Error in obtaining the episodes of: %s" % serie.show)
logger.error(traceback.format_exc())