This commit is contained in:
gvs
2025-02-12 11:43:59 +01:00
parent 7532b2a064
commit 0595649afe
+1
View File
@@ -22,6 +22,7 @@ with open(r'/etc/tellme/hooks.yml') as hooksfile:
hooks = yaml.load(hooksfile, Loader=yaml.FullLoader)
def sendmessage(target, message):
global ws
print("Sendmessage %s called to %s" % (message, target))
msg = ("%s %s" % (target, message))