Skip to content

Commit 499b3d1

Browse files
committed
fix: html queue
1 parent a7819a5 commit 499b3d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dokuWikiDumper/dump/html/html.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ def dump_HTML(doku_url, dump_dir,
5959
tasks_queue.put(task)
6060
print('HTML: (%d/%d): [[%s]] ...' % (index+1, len(titles), title))
6161

62+
for _ in range(threads):
63+
tasks_queue.put(None)
64+
6265
tasks_queue.join()
6366

6467
for w in workers:

0 commit comments

Comments
 (0)