dont end download thread if one download fails

This commit is contained in:
j 2014-09-05 19:10:47 +02:00
commit 2e09464c4d
2 changed files with 34 additions and 26 deletions

View file

@ -4,13 +4,13 @@ from __future__ import division
from threading import Thread
import time
import logging
import db
import state
import settings
import update
import logging
logger = logging.getLogger('oml.downloads')
class Downloads(Thread):