Skip to content

Commit 9eff24a

Browse files
committed
multiprocessing->active_children
1 parent 4a5f898 commit 9eff24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/qiita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ from os.path import join, abspath, dirname, basename
1616
from future.utils import viewitems
1717
from glob import glob
1818
from time import sleep
19-
# from multiprocessing import active_children
19+
from multiprocessing import active_children
2020

2121
import click
2222
import tornado.httpserver

0 commit comments

Comments
 (0)