diff --git a/fHDHR_web/api/channels.py b/fHDHR_web/api/channels.py index 723f683..6363eea 100644 --- a/fHDHR_web/api/channels.py +++ b/fHDHR_web/api/channels.py @@ -103,9 +103,6 @@ class Channels(): elif method == "scan": self.fhdhr.device.channels.get_channels(forceupdate=True) - elif method == "test": - self.fhdhr.api.client.get("/test") - return "test Method" else: return "Invalid Method"