Debug
This commit is contained in:
parent
7532b2a064
commit
0595649afe
@ -22,6 +22,7 @@ with open(r'/etc/tellme/hooks.yml') as hooksfile:
|
|||||||
hooks = yaml.load(hooksfile, Loader=yaml.FullLoader)
|
hooks = yaml.load(hooksfile, Loader=yaml.FullLoader)
|
||||||
|
|
||||||
def sendmessage(target, message):
|
def sendmessage(target, message):
|
||||||
|
global ws
|
||||||
print("Sendmessage %s called to %s" % (message, target))
|
print("Sendmessage %s called to %s" % (message, target))
|
||||||
msg = ("%s %s" % (target, message))
|
msg = ("%s %s" % (target, message))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user