Deal with almost all other (useful) events and commands

This commit is contained in:
Joscha 2017-03-29 20:21:04 +00:00
parent 14bae17104
commit e9354194cf
3 changed files with 144 additions and 10 deletions

View file

@ -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():
"""