This commit is contained in:
Kovid Goyal 2016-03-25 12:59:17 +05:30
parent a609cdc849
commit 63381b7859

View File

@ -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