mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Remove traceback for export
This commit is contained in:
parent
6fb3a3a3c8
commit
bf1a59c5c0
1 changed files with 0 additions and 2 deletions
|
@ -956,8 +956,6 @@ def _real_export(export_id, items, attrs, file_format, filename):
|
|||
file_size = os.path.getsize(filepath)
|
||||
|
||||
except Exception as e:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
set_export_state(export_id=export_id, success=False)
|
||||
logger.error("Tautulli Exporter :: Failed to export '%s': %s", filename, e)
|
||||
success = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue