diff --git a/handle_imported_video.py b/handle_imported_video.py index 8d857d7..5728951 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -121,4 +121,4 @@ if os.path.exists(_FULL_PATH): shutil.move(p.replace("MP4", "LRV").replace("GH","GL"), _PROCESSED) except: print(f"Failed to move {p.replace("MP4", "LRV")}") - \ No newline at end of file + os.remove("video.txt") \ No newline at end of file