Removed changefilemonitor_settings.py

This commit is contained in:
David Maisonave
2024-07-28 03:02:56 -04:00
parent fa4b78064d
commit 3025261786
3 changed files with 0 additions and 12 deletions

View File

@@ -12,7 +12,6 @@ import logging
from logging.handlers import RotatingFileHandler
import stashapi.log as log # Importing stashapi.log as log for critical events ONLY
from stashapi.stashapp import StashInterface
from changefilemonitor_settings import config # Import settings from changefilemonitor_settings.py
from watchdog.observers import Observer # This is also needed for event attributes
import watchdog # pip install watchdog # https://pythonhosted.org/watchdog/
from threading import Lock, Condition