This commit is contained in:
ed
2021-07-24 22:20:02 +02:00
parent d020527c6f
commit 05a1a31cab
5 changed files with 12 additions and 14 deletions

View File

@@ -308,7 +308,7 @@ class HttpSrv(object):
try:
with os.scandir(os.path.join(E.mod, "web")) as dh:
for fh in dh:
inf = fh.stat(follow_symlinks=False)
inf = fh.stat()
v = max(v, inf.st_mtime)
except:
pass