We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62357fa commit dc69e5bCopy full SHA for dc69e5b
Examples/example_basic_pub.py renamed to examples/example_basic_pub.py
@@ -26,7 +26,7 @@
26
-------------------------------------------------------------------------------
27
"""
28
29
-from easy_mqtt import mqtt_client
+from src.easy_mqtt import mqtt_client
30
from time import sleep
31
32
client_id = 'test_client_1'
Examples/example_basic_sub.py renamed to examples/example_basic_sub.py
client_id = 'test_client_2'
0 commit comments