Skip to content

Commit ebb0bb5

Browse files
fixed example in README.md
1 parent 7a55062 commit ebb0bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async def main() -> None:
7070

7171
async def on_message(self, msg) -> None:
7272
if 'event' in msg:
73-
if msg['event'] in ['pong', 'heartbeat': return
73+
if msg['event'] in ['pong', 'heartbeat']: return
7474

7575
print(msg)
7676
# await self._client.create_order(

0 commit comments

Comments
 (0)