Преглед на файлове

fixed autorun menu loop

psy преди 3 месеца
родител
ревизия
1f768889f9
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      pyTREMOR.py

+ 4 - 1
pyTREMOR.py

@@ -83,7 +83,10 @@ def sonify(network_conf, station_conf, channel_conf, starttime_conf, endtime_con
             mp4_file = mp4_files[0] 
             shutil.move(mp4_file, new_filepath)
             print(f"Video moved and renamed to: {new_filepath}")
-            menu()
+            if "--autorun" in sys.argv:
+                pass
+            else:
+                menu()
             return True
         else:
             print("No .mp4 file found in the directory.")