diff options
Diffstat (limited to 'bluetooth.py')
-rw-r--r-- | bluetooth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth.py b/bluetooth.py index caef235..a28bc3c 100644 --- a/bluetooth.py +++ b/bluetooth.py @@ -64,4 +64,4 @@ async def main(loop): if __name__ == '__main__': loop = asyncio.get_event_loop() - loop.run_until_complete(main(loop))
\ No newline at end of file + loop.run_until_complete(main(loop)) |