Updated decorator_notify (markdown)

Chris Caron 2022-07-16 12:22:19 -04:00
parent 0a966c9d9e
commit 341340afd3

@ -168,7 +168,7 @@ Apprise will only load functions wrapped with `@notify()`. These must be placed
1. if no `__init__.py` file is found in the specified directory, then all `.py` files are loaded.
- if a directory is found, then one additional check is made for `directory/__init__.py`. If that is found, then that specifically is loaded (there is no recursive loading). In all other circumstances, the directory is skipped and moved on.
While scanning a specified directory for all modules (due to not finding an `__init__.py` in the the path specified, all hidden files (prefixed with a period (`.`) are ignored.
While scanning a specified directory for all modules (due to not finding an `__init__.py` in the the path specified, all hidden files (prefixed with a period (`.`) are ignored.
## Command Line References