diff options
author | 2020-05-08 12:11:10 +0300 | |
---|---|---|
committer | 2020-05-08 12:11:10 +0300 | |
commit | 219e992aa8a8e5a7db48cc9d66bb0ddbbe7c21a3 (patch) | |
tree | b6a39f637851ad41f04420012fac5c659c4fae85 /bluetooth.py | |
parent | b2db7fb84b44c3c2cc464475b84494570f057882 (diff) |
Adding requirements, work in progress to integrate this thing with pytest
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)) |