ws: add 7130 as default for wss close #786
This commit is contained in:
parent
dd33ee04bb
commit
9b1b9593e8
@ -53,7 +53,7 @@ class KlippyWebsocket(threading.Thread):
|
||||
|
||||
@property
|
||||
def ws_proto(self):
|
||||
if int(self.port) == 443:
|
||||
if int(self.port) in {443, 7130}:
|
||||
return "wss"
|
||||
return "ws"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user