This commit is contained in:
taizan-hokuto
2020-02-02 22:36:26 +09:00
parent e8510f1116
commit 24f08ecbdb
15 changed files with 19553 additions and 26 deletions

View File

@@ -2,15 +2,15 @@ from . import parser
class DownloadWorker:
"""
DownloadWorker : associates a download session with a block.
DownloadWorker associates a download session with a block.
Parameter
----------
fetch : func
fetch :
download function of asyncdl
block : Block
chunk of chat_data
block :
Block object that includes chat_data
"""
def __init__(self, fetch, block):
self.block = block