mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 23:45:12 +00:00
Remove TFWServer logic (handled in baseimage from now)
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
from tornado.ioloop import IOLoop
|
||||
|
||||
from tfw.networking import TFWServer
|
||||
from tfw.config import TFWENV
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
TFWServer().listen(TFWENV.WEB_PORT)
|
||||
IOLoop.instance().start()
|
Reference in New Issue
Block a user