Skip to content

Commit 460c018

Browse files
authoredApr 13, 2020
Update remoteApi.py
1 parent ce314ab commit 460c018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎BridgeEmulator/functions/remoteApi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def remoteApi(BIND_IP, config):
99
if BIND_IP == '':
1010
ip = "localhost"
1111
else:
12-
ip = BIND_IP:
12+
ip = BIND_IP
1313
url = 'https://remote.diyhue.org/devices'
1414
while True:
1515
if config["Remote API enabled"]:

0 commit comments

Comments
 (0)
Please sign in to comment.