mirror of
https://github.com/9001/copyparty.git
synced 2025-10-02 14:42:28 -06:00
Delete unused function
This commit is contained in:
parent
d522116eeb
commit
356f30c570
|
@ -4012,10 +4012,6 @@ class HttpCli(object):
|
||||||
raise Pebkac(403, t)
|
raise Pebkac(403, t)
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
def _can_opds(self, volflags: dict[str, Any]) -> str:
|
|
||||||
# TODO: Permissions
|
|
||||||
return ""
|
|
||||||
|
|
||||||
def tx_res(self, req_path: str) -> bool:
|
def tx_res(self, req_path: str) -> bool:
|
||||||
status = 200
|
status = 200
|
||||||
logmsg = "{:4} {} ".format("", self.req)
|
logmsg = "{:4} {} ".format("", self.req)
|
||||||
|
|
Loading…
Reference in a new issue