Delete unused function

This commit is contained in:
AppleTheGolden 2025-09-22 16:07:11 +02:00
parent d522116eeb
commit 356f30c570
No known key found for this signature in database
GPG key ID: F6AC8A62154C42AA

View file

@ -4012,10 +4012,6 @@ class HttpCli(object):
raise Pebkac(403, t)
return ""
def _can_opds(self, volflags: dict[str, Any]) -> str:
# TODO: Permissions
return ""
def tx_res(self, req_path: str) -> bool:
status = 200
logmsg = "{:4} {} ".format("", self.req)