Skip to content

Commit

Permalink
Removed superfluous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Sep 28, 2012
1 parent bf632ee commit c38fbf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mqtt-republisher.py
Expand Up @@ -61,7 +61,6 @@ def connect():


mqttc.subscribe(MQTT_TOPIC, 2) mqttc.subscribe(MQTT_TOPIC, 2)


#define what happens after connection
def on_connect(result_code): def on_connect(result_code):
""" """
Handle connections (or failures) to the broker. Handle connections (or failures) to the broker.
Expand Down

0 comments on commit c38fbf5

Please sign in to comment.