Update subgen.py

This commit is contained in:
McCloudS
2024-03-19 11:59:18 -06:00
committed by GitHub
parent 62e3033798
commit 67b41203a1

View File

@@ -1,4 +1,4 @@
subgen_version = '2024.3.19.11'
subgen_version = '2024.3.19.10'
from datetime import datetime
import subprocess
@@ -616,7 +616,7 @@ def path_mapping(fullpath):
return fullpath
if monitor:
# Define a handler class that will process new files
# Define a handler class that will process new files
class NewFileHandler(FileSystemEventHandler):
def on_created(self, event):
# Only process if it's a file