From eb6f5ae40c74f582c10be6519d69730b8cc55732 Mon Sep 17 00:00:00 2001 From: Marcel Schreiner <40523792+marcelschreiner@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:47:58 +0100 Subject: [PATCH] Update get_api_key.py --- get_api_key.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_api_key.py b/get_api_key.py index b5d83a7..6fe2874 100644 --- a/get_api_key.py +++ b/get_api_key.py @@ -1,6 +1,6 @@ """A python script to get a hue api key from a Philips Hue bridge.""" import asyncio -from aiohue import create_app_key +from aiohue import create_app_key # pylint: disable=import-error # Insert the ip address of you Philips Hue bridge HUE_IP = "192.168.1.123"