mirror of
https://github.com/9001/copyparty.git
synced 2026-03-23 00:23:47 +10:00
too soon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user