From 65e87ce9970ebf819456b7e49fe1d33bb84a9ee9 Mon Sep 17 00:00:00 2001 From: data Date: Mon, 31 Mar 2025 21:46:34 +0200 Subject: [PATCH] Fehler in media_yaml behoben --- app/class_file_convert.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/class_file_convert.py b/app/class_file_convert.py index cae76c3..daa376f 100644 --- a/app/class_file_convert.py +++ b/app/class_file_convert.py @@ -69,10 +69,6 @@ class Convert: obj.status = 1 result = "Failure" - # Statistik - #obj_stat = Sc() - #obj_stat.save_stat(obj.get_vars()) - except Exception as e: obj.status = 2 logging.error(f"Fehler in video_convert(): {e}")