1 Commits
Author SHA1 Message Date
spacefreak 3afcddaeb6 fix default config and raise version to 1.0.1 2026-08-18 10:36:52 +02:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ from pyinotify import ProcessEvent, ExcludeFilter
from pyinotifyd._install import install, uninstall
from pyinotifyd.scheduler import TaskScheduler, Cancel
__version__ = "1.0.0"
__version__ = "1.0.1"
def setLoglevel(loglevel, logname=None):
+3 -3
View File
@@ -36,8 +36,8 @@
#move_rule = Rule(
# action="move",
# src_re="^/src_path/(?P<path>.*).to_move",
# dst_re="/dst_path/\\g<path>.moved",
# src_re=r"^/src_path/(?P<path>.*).to_move",
# dst_re=r"/dst_path/\g<path>.moved",
# auto_create=True,
# filemode=0o755,
# dirmode=0o644,
@@ -47,7 +47,7 @@
#delete_rule = Rule(
# action="delete",
# src_re="^/src_path/(?P<path>.*).to_delete",
# src_re=r"^/src_path/(?P<path>.*).to_delete",
# rec=False)
#file_sched = FileManagerScheduler(