diff --git a/hbmqtt/test_client.py b/hbmqtt/test_client.py index b99d35c..86fc4b5 100644 --- a/hbmqtt/test_client.py +++ b/hbmqtt/test_client.py @@ -20,4 +20,4 @@ def test_coro(): if __name__ == '__main__': logging.basicConfig(level=logging.DEBUG) - asyncio.get_event_loop().run_until_complete(test_coro()) \ No newline at end of file +# asyncio.get_event_loop().run_until_complete(test_coro()) \ No newline at end of file