From dbe3441e65e50b9d437bd6446422092fea4bc6cf Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 16 Dec 2020 09:08:38 -0500 Subject: [PATCH] test --- fHDHR_web/api/channels.py | 3 --- 1 file changed, 3 deletions(-) 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"