From 63381b7859d885ede8d469577d351d48f59d1c6f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 25 Mar 2016 12:59:17 +0530 Subject: [PATCH] ... --- src/pyj/srv.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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