mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
black
This commit is contained in:
parent
9b0268970c
commit
30b23c6ae8
|
|
@ -3114,7 +3114,13 @@ class AuthSrv(object):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
s_vfs, s_rem = vfs.get(
|
s_vfs, s_rem = vfs.get(
|
||||||
s_vp, s_un, "r" in s_pr, "w" in s_pr, "m" in s_pr, "d" in s_pr, "g" in s_pr,
|
s_vp,
|
||||||
|
s_un,
|
||||||
|
"r" in s_pr,
|
||||||
|
"w" in s_pr,
|
||||||
|
"m" in s_pr,
|
||||||
|
"d" in s_pr,
|
||||||
|
"g" in s_pr,
|
||||||
)
|
)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
t = "removing share [%s] by [%s] to [%s] due to %r"
|
t = "removing share [%s] by [%s] to [%s] due to %r"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue