when I try getting the result, it feels like it goes back too not being threaded, but when I don't grab the result. it works like it has 10 threads, any idea why or how I can fix this?
pool = ThreadPoolExecutor(max_workers=10)
info = pool.submit(check, "Username").result().result
print(info)