There was an error while loading. Please reload this page.
1 parent 24c8a18 commit 7b2dbd6Copy full SHA for 7b2dbd6
1 file changed
bbblb/bbblib.py
@@ -185,7 +185,7 @@ async def action(
185
if response.status not in (200,):
186
return make_error(
187
"internalError",
188
- "Unexpected response status: {response.status}",
+ f"Unexpected response status: {response.status}",
189
response.status,
190
)
191
if expect_json and response.content_type == "application/json":
0 commit comments