Exit as soon as requested (not working).

This commit is contained in:
Natalia Portillo 2017-01-21 16:44:21 +00:00
parent 29c71e6fd9
commit 3d5d56c5f7
No known key found for this signature in database
GPG Key ID: 51D20488C724CA9F

1
wrp.py
View File

@ -357,6 +357,7 @@ if sys.platform == "linux" or sys.platform == "linux2":
WebkitRenderer.req_map = req[3]
if rurl == "http://wrp.stop/":
print ">>> Terminate Request Received"
sys.exit(0)
break
# Initialize WebkitRenderer object