remove flask app
This commit is contained in:
parent
8b46a85d56
commit
abf2bbf6a8
12 changed files with 70 additions and 71 deletions
|
|
@ -13,10 +13,9 @@ logger = logging.getLogger('oml.websocket')
|
|||
|
||||
class Tasks(Thread):
|
||||
|
||||
def __init__(self, app):
|
||||
def __init__(self):
|
||||
self.q = Queue()
|
||||
self.connected = True
|
||||
self._app = app
|
||||
Thread.__init__(self)
|
||||
self.daemon = True
|
||||
self.start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue