From 1e79b37d7cf44c37753fc27a8d769b59688d0b4f Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 22 Jan 2017 16:43:10 +0000 Subject: [PATCH] Do not remove mapfile, client may go back. --- wrp.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrp.py b/wrp.py index 7cba619..7225be5 100755 --- a/wrp.py +++ b/wrp.py @@ -659,8 +659,6 @@ class Proxy(SimpleHTTPServer.SimpleHTTPRequestHandler): httpout.write("%s\n" % (goto_url, goto_url)) - del RENDERS[map] - # ICO files, WebKit crashes on these elif ico_re: self.send_error(415, "ICO not supported")