summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/Util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 40eb21d338b..06e9caad221 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -2052,7 +2052,7 @@ class BrowserProcessController(RemoteProcessController):
def __init__(self, current):
RemoteProcessController.__init__(self, current, "ws -h 127.0.0.1 -p 15002:wss -h 127.0.0.1 -p 15003")
-
+ self.httpServer = None
try:
from selenium import webdriver
if not hasattr(webdriver, current.config.browser):