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 1530b5a commit 697be2fCopy full SHA for 697be2f
frameworks/Python/blacksheep/app-socketify.py
@@ -115,7 +115,7 @@ async def db_updates_test(request):
115
await connection.fetch_val(READ_ROW_SQL, [row_id])
116
# await db_conn.executemany(WRITE_ROW_SQL, updates)
117
await connection.execute_many(WRITE_ROW_SQL, updates)
118
- raise Exception("connect error")
+ return jsonify(worlds)
119
120
@bs.get('/plaintext')
121
async def plaintext_test(request):
0 commit comments