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}")