From 356f30c570e97c5c9cb554b3e9f29c05ed4f3350 Mon Sep 17 00:00:00 2001 From: AppleTheGolden Date: Mon, 22 Sep 2025 16:07:11 +0200 Subject: [PATCH] Delete unused function --- copyparty/httpcli.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index f4902e4b..bd4799f9 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -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)