dont end download thread if one download fails
This commit is contained in:
parent
1e9a1ef4ef
commit
2e09464c4d
2 changed files with 34 additions and 26 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue