bugfix
This commit is contained in:
parent
7146f6510a
commit
d7a51463fe
@ -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]),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user