mirror of https://gitlab.com/litecord/litecord.git
lvsp_conn: remove unused var
This commit is contained in:
parent
0759a52046
commit
627d87b4a7
|
|
@ -134,7 +134,7 @@ class LVSPConnection:
|
|||
"""Try to start a websocket connection."""
|
||||
try:
|
||||
self.conn = await websockets.connect(f'wss://{self.hostname}')
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
log.exception('failed to start lvsp conn to {}', self.hostname)
|
||||
|
||||
async def run(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue