Service: rimossi import inutili traceback
This commit is contained in:
@@ -93,12 +93,10 @@ def update(path, p_dialog, i, t, serie, overwrite):
|
|||||||
insertados_total += insertados
|
insertados_total += insertados
|
||||||
|
|
||||||
except:
|
except:
|
||||||
import traceback
|
|
||||||
logger.error("Error when saving the chapters of the series")
|
logger.error("Error when saving the chapters of the series")
|
||||||
logger.error(traceback.format_exc())
|
logger.error(traceback.format_exc())
|
||||||
|
|
||||||
except:
|
except:
|
||||||
import traceback
|
|
||||||
logger.error("Error in obtaining the episodes of: %s" % serie.show)
|
logger.error("Error in obtaining the episodes of: %s" % serie.show)
|
||||||
logger.error(traceback.format_exc())
|
logger.error(traceback.format_exc())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user