feat: Add logging to API endpoints, update generation response model, and refine project configurations.
This commit is contained in:
BIN
routers/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
routers/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
BIN
routers/__pycache__/assets_router.cpython-313.pyc
Normal file
BIN
routers/__pycache__/assets_router.cpython-313.pyc
Normal file
Binary file not shown.
BIN
routers/__pycache__/auth_router.cpython-313.pyc
Normal file
BIN
routers/__pycache__/auth_router.cpython-313.pyc
Normal file
Binary file not shown.
BIN
routers/__pycache__/char_router.cpython-313.pyc
Normal file
BIN
routers/__pycache__/char_router.cpython-313.pyc
Normal file
Binary file not shown.
BIN
routers/__pycache__/gen_router.cpython-313.pyc
Normal file
BIN
routers/__pycache__/gen_router.cpython-313.pyc
Normal file
Binary file not shown.
@@ -236,9 +236,6 @@ async def handle_album(
|
||||
for msg in album:
|
||||
if msg.photo:
|
||||
file_ids.append(msg.photo[-1].file_id)
|
||||
elif msg.video:
|
||||
# Если нужно, можно добавить обработку видео (пока пропускаем)
|
||||
pass
|
||||
|
||||
await message.answer(f"📥 Принято {len(album)} файлов. Начинаю генерацию...")
|
||||
wait_msg = await message.answer("🎨 Генерирую...")
|
||||
|
||||
Reference in New Issue
Block a user