mirror of
https://github.com/9001/copyparty.git
synced 2026-04-01 13:03:56 +10:00
md: poll server for changes
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user