Skip to content

Commit

Permalink
Update Xiaomi_Scale.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lolouk44 committed Jul 6, 2020
1 parent 7d3d2f5 commit e027b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mi-scale/src/Xiaomi_Scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
try:
MQTT_USERNAME = data["MQTT_USERNAME"]
except:
MQTT_USERNAME = None
MQTT_USERNAME = "username"
pass
try:
MQTT_PASSWORD = data["MQTT_PASSWORD"]
Expand Down

0 comments on commit e027b8d

Please sign in to comment.