mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 06:35:38 +01:00
Fix
This commit is contained in:
@@ -6,7 +6,7 @@ from taskiq.message import TaskiqMessage
|
||||
from taskiq.result import TaskiqResult
|
||||
|
||||
|
||||
logger = logging.Logger("taskiq_middleware", logging.INFO)
|
||||
logger = logging.getLogger("taskiq_middleware")
|
||||
|
||||
|
||||
class FastAPIREtryMiddleware(SimpleRetryMiddleware):
|
||||
|
||||
Reference in New Issue
Block a user