Skip to content

Commit

Permalink
Merge pull request #3 from lambdaspace/panagiks-patch-1
Browse files Browse the repository at this point in the history
Fix #2
  • Loading branch information
panagiks authored Oct 19, 2016
2 parents 51ad98f + 87e85b5 commit f9ef8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhcp_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def m_pub(current_dir, mosquittoKeySet, mqttCfg, topicPath, data):
command = "mosquitto_pub -h "
command += mqttCfg['host']
command += " -p "
command += mqttCfg['port']
command += str(mqttCfg['port'])
command += " -u "
command += mosquittoKeySet['user']
command += " -P "
Expand Down

0 comments on commit f9ef8cb

Please # to comment.