Fehler in media_yaml behoben
This commit is contained in:
parent
e6098171fc
commit
65e87ce997
1 changed files with 0 additions and 4 deletions
|
|
@ -69,10 +69,6 @@ class Convert:
|
||||||
obj.status = 1
|
obj.status = 1
|
||||||
result = "Failure"
|
result = "Failure"
|
||||||
|
|
||||||
# Statistik
|
|
||||||
#obj_stat = Sc()
|
|
||||||
#obj_stat.save_stat(obj.get_vars())
|
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
obj.status = 2
|
obj.status = 2
|
||||||
logging.error(f"Fehler in video_convert(): {e}")
|
logging.error(f"Fehler in video_convert(): {e}")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue