mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-30 00:00:48 +02:00
remove print
This commit is contained in:
parent
7e826c5255
commit
349e21193b
@ -140,9 +140,7 @@ class Downloader(Singleton):
|
||||
pool.apply_async(download_wrapper, args=item, callback=self._download_callback)
|
||||
|
||||
pool.close()
|
||||
print(1)
|
||||
pool.join()
|
||||
print(2)
|
||||
|
||||
|
||||
def download_wrapper(obj, url, folder=''):
|
||||
|
Loading…
x
Reference in New Issue
Block a user