Art-em1s / csgoempire.py

Exception caught is very general PYL-W0703
Anti-pattern
Major
a year agoa year old
Catching too general exception Exception
 76                    "namespaces": ["/trade"],
 77                }
 78                self.socket = self.sio.connect(**options)
 79            except Exception as e: 80                print(f"WS Connection error (gateway): {e} | {options}")
 81
 82        self.sio.on("connect", handler=self.connected)