Ready for uwsgi

This commit is contained in:
Yax 2017-07-07 19:42:10 +02:00
parent 7cac877cc1
commit b5e6bce22b
2 changed files with 6 additions and 5 deletions

View file

@ -33,6 +33,7 @@ class Processor(Thread):
def run(self):
logger.info('processor thread started')
self.is_running = True
while self.is_running:
try: