pup-py commited on
Commit
90967ba
·
1 Parent(s): 935bf15

folder.parent

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -47,7 +47,7 @@ def files_in_folder(path: str):
47
 
48
  res.loc[-1] = [
49
  (
50
- f"<a href=/files/{path / '..'}/>..</a>",
51
  "",
52
  "",
53
  True,
 
47
 
48
  res.loc[-1] = [
49
  (
50
+ f"<a href=/files/{folder.parent}/>..</a>",
51
  "",
52
  "",
53
  True,