Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etsinko committed Oct 25, 2017
1 parent 6f06972 commit 8526349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ async def main(loop):
await monoprice.set_power(zone_status.zone, False)

loop = asyncio.get_event_loop()
main(loop)
loop.run_until_complete(main(loop))

```

0 comments on commit 8526349

Please sign in to comment.