Remove worker=1

pull/17/head
Luigi311 2022-06-19 03:03:17 -06:00
parent 74b5ea7b5e
commit 7cd492dc98
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ def generate_library_guids_dict(user_list: dict, generate_output: int):
def future_thread_executor(args: list, workers: int = -1):
futures_list = []
results = []
workers=1
if workers == -1:
workers = min(32, os.cpu_count()*1.25)