diff --git a/src/pyj/srv.pyj b/src/pyj/srv.pyj index 98577233a5..c9a7f9a4b3 100644 --- a/src/pyj/srv.pyj +++ b/src/pyj/srv.pyj @@ -72,6 +72,6 @@ else: if port: src = xhr.responseText.replace('AUTORELOAD_PORT', port) eval(src) - , bypass_cache=False).send() + ).send() # We must bypass cache as otherwise we could get stale port info