mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 06:35:38 +01:00
Remove unused logger
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import collections
|
import collections
|
||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
import logging
|
|
||||||
from tempfile import SpooledTemporaryFile
|
from tempfile import SpooledTemporaryFile
|
||||||
from typing import Optional, cast
|
from typing import Optional, cast
|
||||||
|
|
||||||
@@ -19,9 +18,6 @@ from app.services.library_client import Book, get_book, get_books, get_last_book
|
|||||||
from core.taskiq_worker import broker
|
from core.taskiq_worker import broker
|
||||||
|
|
||||||
|
|
||||||
logger = logging.getLogger("telegram_channel_files_manager")
|
|
||||||
|
|
||||||
|
|
||||||
PAGE_SIZE = 100
|
PAGE_SIZE = 100
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user