Skip to content
Snippets Groups Projects
Commit 595707fb authored by Brian Moe's avatar Brian Moe
Browse files

Typo in alert.py

parent cd0bb904
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ def issueXMPPAlert(event, location):
nodename = "cbc_mbta_online"
else:
nodename = "%s_%s"% (event.group.name, event.get_analysisType_display())
nodenae = nodename.lower()
nodename = nodename.lower()
null = open('/dev/null','w')
p = Popen(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment