mirror of
https://github.com/9001/copyparty.git
synced 2026-04-24 03:00:04 -04:00
more deletion progress
This commit is contained in:
@@ -90,7 +90,7 @@ class TestHttpCli(unittest.TestCase):
|
||||
if not vol.startswith(top):
|
||||
continue
|
||||
|
||||
mode = vol[-2].replace("a", "rw")
|
||||
mode = vol[-2].replace("a", "rwmd")
|
||||
usr = vol[-1]
|
||||
if usr == "a":
|
||||
usr = ""
|
||||
|
||||
Reference in New Issue
Block a user