diff --git a/queries/general.py b/queries/general.py index ed3d1ba..da4f79c 100644 --- a/queries/general.py +++ b/queries/general.py @@ -282,9 +282,7 @@ async def get_stocks_data( slaves_stock_subquery.c.product_id == MarketplaceProduct.product_id ) ) - print(stmt.compile(compile_kwargs={ - 'literal_binds': True - })) + result = await session.execute(stmt) marketplace_products = result.all()