mirror of https://github.com/caronc/apprise
Updated decorator_notify (markdown)
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.
|
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.
|
- 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
|
## Command Line References
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue