You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from concurrent.futures import ProcessPoolExecutor as Pool
def run(self):
print('Ip processing running')
with Pool(2) as pool:
pool.submit(Schedule.valid_proxy)
pool.submit(Schedule.check_pool)
还不是很懂Linux命令,是要用pkill关掉吗?谢谢。
The text was updated successfully, but these errors were encountered: