Clean up used maps.

This commit is contained in:
Natalia Portillo 2017-01-22 14:17:25 +00:00
parent d7a2db49b8
commit e34a63604f
No known key found for this signature in database
GPG Key ID: 51D20488C724CA9F

2
wrp.py
View File

@ -629,6 +629,8 @@ class Proxy(SimpleHTTPServer.SimpleHTTPRequestHandler):
httpout.write("<HTML><BODY><A HREF=\"%s\">%s</A></BODY></HTML>\n"
% (goto_url, goto_url))
del RENDERS[map]
# ICO files, WebKit crashes on these
elif ico_re:
self.send_error(415, "ICO not supported")