Skip to content

Commit

Permalink
Update shellyteacher4domo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enesbcs authored Sep 19, 2023
1 parent b304700 commit 1b4ef5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shellyteacher4domo.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import paho.mqtt.client as mqtt #pip3 install paho-mqtt
_mqttok = 1
except Exception as e:
printLn("MQTT import error: "+str(e))
print("MQTT import error: "+str(e)+"\nPlease install paho-mqtt!")
_mqttok = 0
try:
import tkinter as tk
Expand Down

0 comments on commit 1b4ef5d

Please sign in to comment.