Skip to content

Commit

Permalink
correct metasmoke_ws_host assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
normalhuman committed Jul 21, 2016
1 parent bf97d85 commit 5159aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globalvars.py
Expand Up @@ -285,5 +285,5 @@ class GlobalVars:
try:
metasmoke_ws_host = config.get("Config", "metasmoke_ws_host")
except ConfigParser.NoOptionError:
metasmoke_key = ""
metasmoke_ws_host = ""
print "No metasmoke websocket host found, which is okay if you're anti-websocket"

0 comments on commit 5159aee

Please sign in to comment.