Update filecheck

This commit is contained in:
Mike Reeves
2022-10-31 13:36:42 -04:00
committed by GitHub
parent e9e7362005
commit 4c5a2c0610

View File

@@ -6,7 +6,7 @@ import yaml
from watchdog.observers import Observer from watchdog.observers import Observer
from watchdog.events import FileSystemEventHandler from watchdog.events import FileSystemEventHandler
with open("/opt/so/conf/filecheck.yaml", "r") as ymlfile: with open("/opt/so/conf/strelka/filecheck.yaml", "r") as ymlfile:
cfg = yaml.load(ymlfile) cfg = yaml.load(ymlfile)
extract_path = cfg["filecheck.extract_path"] extract_path = cfg["filecheck.extract_path"]