mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Version 2.3.8
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -50,10 +50,10 @@ class Client(object):
|
|||||||
await consumer(msg)
|
await consumer(msg)
|
||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
logging.debug("Error while parsing event (%s)", ex)
|
logging.debug("Error while parsing event (%s)", ex)
|
||||||
except websockets.exceptions.ConnectionClosedError:
|
except websockets.ConnectionClosedError:
|
||||||
logging.error("Lost websocket connection. Reconnecting...")
|
logging.error("Lost websocket connection. Reconnecting...")
|
||||||
continue
|
continue
|
||||||
except websockets.exceptions.WebSocketException as wex:
|
except websockets.WebSocketException as wex:
|
||||||
logging.error("Websocket exception (%s)", wex)
|
logging.error("Websocket exception (%s)", wex)
|
||||||
continue
|
continue
|
||||||
except OSError as e:
|
except OSError as e:
|
||||||
|
Reference in New Issue
Block a user