From 95bc1528ec9031410f652d8f5898060f67c93d8e Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 19 Sep 2024 15:58:13 -0700 Subject: [PATCH] Fix for newer aiounifi --- main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.py b/main.py index 6a9fb91..6493330 100644 --- a/main.py +++ b/main.py @@ -62,10 +62,6 @@ async def main(): return try: - await controller.initialize() - - print("Initialized!!") - await controller.traffic_routes.update() for item in controller.traffic_routes.values(): if item.domains and item.matching_target == MatchingTarget.IP: