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:
@@ -138,7 +138,7 @@ async def cache_file_by_book_id(
|
||||
try:
|
||||
try:
|
||||
async with lock:
|
||||
result = await cache_file(book, file_type, by_request)
|
||||
result = await cache_file(book, file_type)
|
||||
|
||||
if by_request:
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user