mirror of
https://github.com/caronc/apprise.git
synced 2024-12-04 22:11:25 +01:00
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.
|
||||
- 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user