typo-fix
All checks were successful
deploy / deploy (push) Successful in 47s

This commit is contained in:
Untone 2024-04-19 10:48:51 +03:00
parent 1a730a9eab
commit 97aed41143
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
[0.3.2] [0.3.2]
- added custom logger - added custom logger
- auth logix synced with core - auth logix synced with core
- httpx - added httpx
- aiohttp and requests removed
[0.3.1] [0.3.1]
- glitchtip connect - glitchtip connect

View File

@ -1,6 +1,6 @@
import json import json
from servies.logger import root_logger as logger from services.logger import root_logger as logger
from models.chat import ChatUpdate, Message from models.chat import ChatUpdate, Message
from services.rediscache import redis from services.rediscache import redis