We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc35d2 commit 8b85c1fCopy full SHA for 8b85c1f
frameworks/Python/blacksheep/app-socketify.py
@@ -85,7 +85,7 @@ async def multiple_db_queries_test(request):
85
worlds = []
86
async with db_pool.acquire() as connection:
87
for row_id in row_ids:
88
- number = await number = await connection.fetch_row(
+ number = await connection.fetch_row(
89
READ_ROW_SQL, [row_id]
90
)
91
worlds.append({"id": row_id, "randomNumber": number})
0 commit comments