Skip to content

Commit 040510b

Browse files
author
Paul Sanford
committed
Update examples/dashboard/feed.py
Update the example to point to the updated leftronic URL for pushing data.
1 parent 70432f2 commit 040510b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dashboard/feed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def send_data(access_key, stream_name, point = None, command = None):
4040
if not command is None:
4141
data["command"] = command
4242

43-
request = urllib2.Request("https://beta.leftronic.com/customSend/",
43+
request = urllib2.Request("https://www.leftronic.com/customSend/",
4444
data = json.dumps(data)
4545
)
4646
response = urllib2.urlopen(request)

0 commit comments

Comments
 (0)