mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
update rotoger to 0.2.1
This commit is contained in:
@@ -7,9 +7,9 @@ from sqlalchemy import text
|
||||
from starlette.types import ASGIApp, Receive, Scope, Send
|
||||
|
||||
from app.database import AsyncSessionFactory
|
||||
from app.utils.logging import AppLogger
|
||||
from rotoger import get_logger
|
||||
|
||||
logger = AppLogger().get_logger()
|
||||
logger = get_logger()
|
||||
|
||||
|
||||
async def tick():
|
||||
|
||||
Reference in New Issue
Block a user