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

Cli: propagate timeout parameter

parent 0e6c5291
...@@ -75,6 +75,8 @@ def runSurykatka( ...@@ -75,6 +75,8 @@ def runSurykatka(
mapping["DOMAIN"] = domain mapping["DOMAIN"] = domain
if not url: if not url:
mapping["URL"] = "" mapping["URL"] = ""
if timeout:
mapping["TIMEOUT"] = timeout
if sqlite: if sqlite:
mapping["SQLITE"] = sqlite mapping["SQLITE"] = sqlite
if nameserver: 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