mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-07 03:52:41 +08:00
feat: Update version to v1.1.2
This commit is contained in:
@@ -70,7 +70,6 @@ class TelegramAdapter:
|
||||
await client.connect()
|
||||
messages = await client.get_messages(self.chat_id, limit=50)
|
||||
for message in messages:
|
||||
print(message)
|
||||
if message and (message.document or message.video):
|
||||
media = message.document or message.video
|
||||
filename = None
|
||||
|
||||
@@ -4,7 +4,7 @@ from typing import Any, Optional, Dict
|
||||
from dotenv import load_dotenv
|
||||
from models.database import Configuration
|
||||
load_dotenv(dotenv_path=".env")
|
||||
VERSION = "v1.1.1"
|
||||
VERSION = "v1.1.2"
|
||||
|
||||
class ConfigCenter:
|
||||
_cache: Dict[str, Any] = {}
|
||||
|
||||
Reference in New Issue
Block a user