Merge branch 'master' into py3
This commit is contained in:
commit
26d3f1f8fb
10 changed files with 69 additions and 44 deletions
|
|
@ -4,13 +4,13 @@
|
|||
|
||||
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