Skip to content

Commit

Permalink
Fix example code small error.
Browse files Browse the repository at this point in the history
  • Loading branch information
sousa-andre committed Dec 2, 2020
1 parent d3413a0 commit 2f5c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/summoner_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async def connect(connection):
@connector.close
async def disconnect(_):
print('The client have been closed!')
await connect.stop()
await connector.stop()


# subscribe to '/lol-summoner/v1/current-summoner' endpoint for the UPDATE event
Expand Down

0 comments on commit 2f5c238

Please sign in to comment.