tz-brute
tz-brute copied to clipboard
Fixed the multiprocessing worker pools working on macOS Catalina and Python 3.8.0
Due to multiprocessing library requirements (https://docs.python.org/3.8/library/multiprocessing.html#using-a-pool-of-workers), a small change is needed. It may not be optimal though.