This commit is contained in:
ed
2021-01-06 22:54:54 +01:00
parent b915dfe9a6
commit 2acfab1e3f
3 changed files with 8 additions and 3 deletions

View File

@@ -686,7 +686,7 @@ class HttpCli(object):
return True
fp = os.path.join(vfs.realpath, rem)
srv_lastmod = -1
srv_lastmod = srv_lastmod3 = -1
try:
st = os.stat(fsenc(fp))
srv_lastmod = st.st_mtime