fix
This commit is contained in:
+4
-1
@@ -167,7 +167,10 @@ class downloadUtils:
|
||||
"Accept-Encoding": "gzip, deflate, sdch",
|
||||
# 'Connection': 'close',
|
||||
}
|
||||
|
||||
|
||||
@classmethod
|
||||
def downQueueClear(cls): cls.QUEUE_DOWN = Queue()
|
||||
|
||||
@classmethod
|
||||
def putDownUrlDirFileType(cls,url,dir,file,type): cls.QUEUE_DOWN.put([url,dir,file,type])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user