|
@@ -8,6 +8,7 @@ from celery.monitoring.handlers import api
|
|
|
|
|
|
|
|
|
class Site(Application):
|
|
|
+ """Tornado Website with multiple :class:`Application`'s."""
|
|
|
|
|
|
def __init__(self, applications, *args, **kwargs):
|
|
|
handlers = []
|
|
@@ -18,7 +19,6 @@ class Site(Application):
|
|
|
super(Site, self).__init__(*args, **kwargs)
|
|
|
|
|
|
|
|
|
-
|
|
|
class WebServerThread(threading.Thread):
|
|
|
|
|
|
def __init__(self, port=8989):
|