Ready for uwsgi

This commit is contained in:
Yax 2017-07-07 19:42:10 +02:00
parent 6a1dbeab90
commit 6d61e7c41f
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: