This commit is contained in:
yumoqing 2025-09-04 17:50:43 +08:00
parent 7146f6510a
commit d7a51463fe

View File

@ -101,7 +101,7 @@ class FileStorage:
root = self.root
if userid:
root += f'/{userid}'
path = os.path.abspath(os.path.join(root,
path = os.path.join(root,
str(v % paths[0]),
str(v % paths[1]),
str(v % paths[2]),