mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-13 11:46:13 +00:00
fix grammar
This commit is contained in:
parent
0a7faff2b9
commit
0ec3741ef8
10 changed files with 13 additions and 13 deletions
|
@ -235,7 +235,7 @@ def _get_items(query, server_id=None):
|
|||
# multiprocessing.dummy.Pool completes all requests in multiple threads but has to
|
||||
# complete all tasks before allowing any results to be processed. ThreadPoolExecutor
|
||||
# allows for completed tasks to be processed while other tasks are completed on other
|
||||
# threads. Dont be a dummy.Pool, be a ThreadPoolExecutor
|
||||
# threads. Don't be a dummy.Pool, be a ThreadPoolExecutor
|
||||
with concurrent.futures.ThreadPoolExecutor(dthreads) as p:
|
||||
# dictionary for storing the jobs and their results
|
||||
jobs = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue