mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-06-05 11:59:37 +00:00
Websocket SSL is verified by default
This commit is contained in:
@@ -121,7 +121,7 @@ class Websocket:
|
||||
proxy = None
|
||||
for delay in backoff:
|
||||
try:
|
||||
async with session.ws_connect(ws_url, ssl=True, proxy=proxy) as websocket:
|
||||
async with session.ws_connect(ws_url, proxy=proxy) as websocket:
|
||||
yield websocket
|
||||
backoff.reset()
|
||||
except (
|
||||
|
||||
Reference in New Issue
Block a user