md: poll server for changes

This commit is contained in:
ed
2020-11-30 03:00:44 +01:00
parent 8b502a7235
commit 2bc6a20d71
10 changed files with 200 additions and 63 deletions

View File

@@ -964,6 +964,7 @@ class HttpCli(object):
"title": html_escape(self.vpath),
"lastmod": int(ts_md * 1000),
"md_plug": "true" if self.args.emp else "false",
"md_chk_rate": self.args.mcr,
"md": "",
}
sz_html = len(template.render(**targs).encode("utf-8"))