Merge pull request #11 from adafruit/black-update
Black reformatting with Python 3 target.
This commit is contained in:
commit
0436c8f52f
2 changed files with 2 additions and 4 deletions
|
|
@ -134,8 +134,7 @@ print("Connected!")
|
|||
MQTT.set_socket(socket, esp)
|
||||
|
||||
# Set up a new MiniMQTT Client
|
||||
client = MQTT.MQTT(broker=secrets["broker"],
|
||||
client_id=secrets["client_id"])
|
||||
client = MQTT.MQTT(broker=secrets["broker"], client_id=secrets["client_id"])
|
||||
|
||||
# Initialize AWS IoT MQTT API Client
|
||||
aws_iot = MQTT_CLIENT(client)
|
||||
|
|
|
|||
|
|
@ -131,8 +131,7 @@ print("Connected!")
|
|||
MQTT.set_socket(socket, esp)
|
||||
|
||||
# Set up a new MiniMQTT Client
|
||||
client = MQTT.MQTT(broker=secrets["broker"],
|
||||
client_id=secrets["client_id"])
|
||||
client = MQTT.MQTT(broker=secrets["broker"], client_id=secrets["client_id"])
|
||||
|
||||
# Initialize AWS IoT MQTT API Client
|
||||
aws_iot = MQTT_CLIENT(client)
|
||||
|
|
|
|||
Loading…
Reference in a new issue