5 lines
73 B
Python
5 lines
73 B
Python
from app import sIO
|
|
|
|
@sIO.on('auth')
|
|
def handle_auth(msg):
|
|
print(msg) |