Skip to content

Commit a2c1283

Browse files
committed
Lint
1 parent 66a8d48 commit a2c1283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/server/messaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ async def execute(
348348
break
349349
except (ConnectionClosedError, WebSocketException) as e:
350350
logger.warning(
351-
f"WebSocket connection lost while sending execution request, {i+1}. reconnecting...: {str(e)}"
351+
f"WebSocket connection lost while sending execution request, {i + 1}. reconnecting...: {str(e)}"
352352
)
353353
await self.reconnect()
354354
else:

0 commit comments

Comments
 (0)