Commit 8d63adf4 authored by Romain Courteaud's avatar Romain Courteaud

Cli: propagate timeout parameter

parent 0e6c5291
......@@ -75,6 +75,8 @@ def runSurykatka(
mapping["DOMAIN"] = domain
if not url:
mapping["URL"] = ""
if timeout:
mapping["TIMEOUT"] = timeout
if sqlite:
mapping["SQLITE"] = sqlite
if nameserver:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment