Skip to content

Commit

Permalink
Fix linting issues pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-lawson committed Mar 25, 2024
1 parent 9691791 commit 71d5177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lobbyconnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async def on_message_received(self, message):
)
except OperationalError:
# When the database goes down, SqlAlchemy will throw an OperationalError
self._logger.error(f"Encountered OperationalError on message received. This could indicate DB is down.")
self._logger.error("Encountered OperationalError on message received. This could indicate DB is down.")
await self.send({
"command": "notice",
"style": "error",
Expand Down

0 comments on commit 71d5177

Please sign in to comment.