Updated decorator_notify (markdown)

Chris Caron 2022-11-22 16:31:10 -05:00
parent dac832c6db
commit 369e428db7

@ -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