Skip to content

Commit

Permalink
Update get_api_key.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelschreiner authored Oct 31, 2023
1 parent 6ed94ea commit eb6f5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_api_key.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit eb6f5ae

Please sign in to comment.