Skip to content

Commit 7f2cceb

Browse files
authored
fix quote typo
1 parent 8cf91e6 commit 7f2cceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • PyPortal/PyPortal_Philips_Hue_Controller

PyPortal/PyPortal_Philips_Hue_Controller/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
username = my_bridge.register_username()
5151
print(f'ADD THESE VALUES TO settings.toml: \
5252
\nBRIDGE_IP = "{ip}" \
53-
\nHUE_USERNAME = "{username}"`)
53+
\nHUE_USERNAME = "{username}"')
5454
raise
5555

5656
# These pins are used as both analog and digital! XL, XR and YU must be analog

0 commit comments

Comments
 (0)