We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca7b45 commit 68b16fcCopy full SHA for 68b16fc
tstickers/convert_rlottie_python.py
@@ -73,7 +73,7 @@ def convertAnimated(
73
74
fps = [None, 30, 20, 15, 12][min(4, max(0, frameSkip))]
75
76
- with concurrent.futures.ProcessPoolExecutor(max_workers=threads) as executor:
+ with concurrent.futures.ThreadPoolExecutor(max_workers=threads) as executor:
77
# Using list comprehension to submit tasks to the executor
78
future_to_variable = {
79
executor.submit(convert_single_tgs, stckr, fps, scale): stckr
0 commit comments