Skip to content

Commit 56f9129

Browse files
committed
Switch default port to 80
1 parent ca50ef1 commit 56f9129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BlynkLib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def __init__(self, token, server='blynk-cloud.com', port=None, connect=True, ssl
126126
if ssl:
127127
port = 8441
128128
else:
129-
port = 8442
129+
port = 80
130130
self._port = port
131131
self._do_connect = connect
132132
self._ssl = ssl

0 commit comments

Comments
 (0)