toggle test for socketIO

This commit is contained in:
2020-05-17 16:38:41 +02:00
parent d7a9921aa1
commit fe432afa74
+6
View File
@@ -0,0 +1,6 @@
from socketIO_client import SocketIO, LoggingNamespace
socketIO = SocketIO('localhost', 3000)
socketIO.emit('toggle')