Deal with almost all other (useful) events and commands
This commit is contained in:
parent
14bae17104
commit
e9354194cf
3 changed files with 144 additions and 10 deletions
|
|
@ -11,7 +11,9 @@ from .callbacks import Callbacks
|
|||
SSLOPT = {"ca_certs": ssl.get_default_verify_paths().cafile}
|
||||
#SSLOPT = {"cert_reqs": ssl.CERT_NONE}
|
||||
ROOM_FORMAT = "wss://euphoria.io/room/{}/ws"
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger.setLevel(logging.INFO)
|
||||
|
||||
class Connection():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue