option to set a custom servicename

This commit is contained in:
ed
2021-12-06 22:24:25 +01:00
parent 3bd89403d2
commit 689e77a025
4 changed files with 4 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ class HttpCli(object):
tpl = self.conn.hsrv.j2[name]
if ka:
ka["ts"] = self.conn.hsrv.cachebuster()
ka["svcname"] = self.args.doctitle
return tpl.render(**ka)
return tpl