mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-26 01:51:40 +00:00
first class setup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import asyncio
|
||||
from datetime import timedelta
|
||||
|
||||
import tornado.websocket
|
||||
import json
|
||||
@@ -17,7 +17,6 @@ def send_all_async(message):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
class ChameleonWebSocket(tornado.websocket.WebSocketHandler):
|
||||
|
||||
actions = {}
|
||||
|
||||
Reference in New Issue
Block a user