From 67b41203a1822af92f095c2c150cdfd728bd9697 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:59:18 -0600 Subject: [PATCH] Update subgen.py --- subgen/subgen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subgen/subgen.py b/subgen/subgen.py index 9fff3de..303cd61 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -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