This commit is contained in:
Miroslav Stampar 2015-08-28 15:30:28 +02:00
parent ee22c477db
commit 06c8704179

View File

@ -1581,6 +1581,9 @@ def _cleanupOptions():
else:
conf.skip = []
if conf.cookie:
conf.cookie = re.sub(r"[\r\n]", "", conf.cookie)
if conf.delay:
conf.delay = float(conf.delay)