mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Little CleanUp
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
# import WebSiteHandler
|
||||
import tornado.ioloop
|
||||
|
||||
from app.Chameleon_Vision_App import ChameleonApplication
|
||||
from tornado.options import options
|
||||
|
||||
if __name__ == "__main__":
|
||||
# WebSiteHandler.run_all()
|
||||
tornado.options.parse_command_line()
|
||||
app = ChameleonApplication()
|
||||
print(f"Serving on port {options.port}")
|
||||
|
||||
Reference in New Issue
Block a user