From 5681f7315c183762c84cf9df15c08611f6675412 Mon Sep 17 00:00:00 2001 From: Andrey Date: Fri, 19 Feb 2021 10:06:56 +0300 Subject: [PATCH] add proxy support --- custom_components/mega/http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/mega/http.py b/custom_components/mega/http.py index e7f678d..8593ae6 100644 --- a/custom_components/mega/http.py +++ b/custom_components/mega/http.py @@ -15,7 +15,6 @@ from .tools import make_ints from . import hub as h _LOGGER = logging.getLogger(__name__).getChild('http') -we class MegaView(HomeAssistantView):