This repository has been archived on 2026-03-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cau-praktikum/app/sockets/socket.py
T

5 lines
73 B
Python

from app import sIO
@sIO.on('auth')
def handle_auth(msg):
print(msg)