remove flask app

This commit is contained in:
j 2014-08-09 18:33:59 +02:00
commit abf2bbf6a8
12 changed files with 70 additions and 71 deletions

View file

@ -15,8 +15,7 @@ logger = logging.getLogger('oml.downloads')
class Downloads(Thread):
def __init__(self, app):
self._app = app
def __init__(self):
self._running = True
Thread.__init__(self)
self.daemon = True