Add multiprocessing.freeze_support() to fix infinite loop in compiled binary
This commit is contained in:
@@ -150,4 +150,6 @@ def main():
|
|||||||
print(f"\nError: {e}")
|
print(f"\nError: {e}")
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
import multiprocessing
|
||||||
|
multiprocessing.freeze_support()
|
||||||
main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user