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")