fix typo
This commit is contained in:
parent
6540a5b17e
commit
8b9c63b224
2
main.py
2
main.py
@ -98,7 +98,7 @@ while not wlan.isconnected():
|
||||
sleep_ms(100)
|
||||
|
||||
# Connect to the websocket
|
||||
url = "ws://%s/p2p/sumo-%s/broswer" % (config['sumo_server'], config['sumo_id'])
|
||||
url = "ws://%s/p2p/sumo-%s/browser" % (config['sumo_server'], config['sumo_id'])
|
||||
conn = uwebsockets.connect(url)
|
||||
|
||||
# Set X seconds timeout for socket reads
|
||||
|
Loading…
Reference in New Issue
Block a user