update and cleanup repo

This commit is contained in:
2026-05-26 15:32:01 -07:00
parent 5041d9fbb9
commit 0db899d0c3
72 changed files with 788 additions and 1884 deletions
+2 -2
View File
@@ -194,7 +194,7 @@ class Telegram(Provider):
def __init__(self, config: Optional[Dict[str, Any]] = None):
super().__init__(config)
telegram_conf = (
self.config.get("provider",
self.config.get("plugin",
{}).get("telegram",
{}) if isinstance(self.config,
dict) else {}
@@ -1280,7 +1280,7 @@ class Telegram(Provider):
info: Dict[str,
Any] = {
"provider": "telegram",
"plugin": "telegram",
"source_url": url,
"chat": {
"key": chat,