From 369e428db7ff6caa41681073edcd752c8f1b746f Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Tue, 22 Nov 2022 16:31:10 -0500 Subject: [PATCH] Updated decorator_notify (markdown) --- decorator_notify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decorator_notify.md b/decorator_notify.md index cb993ce..d969471 100644 --- a/decorator_notify.md +++ b/decorator_notify.md @@ -170,7 +170,7 @@ Apprise will only load functions wrapped with `@notify()` decorator. These func - If yes: then just that specific file is loaded. There is no further recursive loading/scanning from within this sub-directories. - If no: then the directory is skipped. - All hidden files (prefixed with a period (`.`) are when this directory scanning is occurring. + All hidden files/directories (prefixed with a period (`.`)) are ignored during any directory scanning. ## Command Line References