fixed threading in camera class and code cleanup

This commit is contained in:
ori
2019-08-15 15:21:51 -07:00
parent ff7a9b8155
commit 81cee9cf2b
6 changed files with 55 additions and 58 deletions

View File

@@ -1,7 +1,6 @@
import tornado.web
import tornado.websocket
import os
from .handlers.MainHandler import MainHandler
from .handlers.SocketHandler import ChameleonWebSocket
from tornado.options import define