Add network name to fields shown in relay notifications

pull/1/head
Mark Veidemanis 5 years ago
parent 4ce093bfbe
commit 0637f762ea

@ -57,6 +57,7 @@ def event(name, target, cast):
newCast["target"] = target
if "exact" in newCast.keys():
del newCast["exact"]
newCast["name"] = name
main.relayConnections[i].send(dumps(newCast))
monitorGroups = testNetTarget(name, target)
if monitorGroups == False:

Loading…
Cancel
Save