Skip to content

Commit

Permalink
update python script
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhyungkf committed Mar 19, 2024
1 parent 5498e51 commit 96ea0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/send_az_mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
print ('num args', len(sys.argv))
print ('arg list: ', str(sys.argv))
if (len(sys.argv) < 3):
print ("please input device_id as parameter")
print ("please input device_id and iot_hub name as parameters")
exit()

if (sys.argv[1]):
Expand Down

0 comments on commit 96ea0a6

Please sign in to comment.