From 341340afd3547a7e2d506776af3ea81e08ff3cf2 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 16 Jul 2022 12:22:19 -0400 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 8bcab2f..ea7550d 100644 --- a/decorator_notify.md +++ b/decorator_notify.md @@ -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