Skip to content

Commit

Permalink
fix typo in example/counter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akgnah authored and aaugustin committed Jul 26, 2020
1 parent 2074074 commit fad4c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/counter.py
Expand Up @@ -58,7 +58,7 @@ async def counter(websocket, path):
STATE["value"] += 1
await notify_state()
else:
logging.error("unsupported event: {}", data)
logging.error("unsupported event: %s", data)
finally:
await unregister(websocket)

Expand Down

0 comments on commit fad4c57

Please sign in to comment.