Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhooks committed May 22, 2018
1 parent a532be3 commit 962ef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def on_message(client, userdata, message):
log.info("Downloading software from URL: " + url)
publish("s/us", "503,c8y_Software")
os.system('/home/pi/cumulocity-python-client/install.sh >> /var/log/uiot_client.log')

log.info("Software installed")

def send_measurements():
global count
Expand Down

0 comments on commit 962ef9f

Please sign in to comment.