From e95e695924a7788dddf10434fa1d334638ed043b Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 7 Jun 2025 14:11:00 -0400 Subject: [PATCH] Updated Development_API (markdown) --- Development_API.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Development_API.md b/Development_API.md index a80de41..1c941e4 100644 --- a/Development_API.md +++ b/Development_API.md @@ -380,8 +380,6 @@ asset = apprise.AppriseAsset( | **plugin_paths** | `List[str]` | `[]` | One-level scan of directories or explicit `.py` files for custom notification plugins. | | **storage_mode** | `Optional[str]` | `None` | Enable persistent storage: `"auto"` (on-demand) or `"flush"` (per notification). | | **storage_path** | `Optional[str]` | `None` | Custom file path to use for persistent storage (overrides default). | -| **_recursion** | `int` | Internal counter | Tracks recursive calls when using `apprise-api`. | -| **_uid** | `str` | Internal UUID | Unique identifier to prevent API-level loops. | Here is an example of what the `html_notify_map` may look like (below is the default settings): ```python