mirror of
https://github.com/9001/copyparty.git
synced 2026-03-31 12:33:05 +10:00
new access level g
This commit is contained in:
@@ -98,7 +98,7 @@ class TestHttpCli(unittest.TestCase):
|
||||
if not vol.startswith(top):
|
||||
continue
|
||||
|
||||
mode = vol[-2].replace("a", "rwmd")
|
||||
mode = vol[-2].replace("a", "rw")
|
||||
usr = vol[-1]
|
||||
if usr == "a":
|
||||
usr = ""
|
||||
|
||||
Reference in New Issue
Block a user