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}")
|
||||
|
||||
if __name__ == "__main__":
|
||||
import multiprocessing
|
||||
multiprocessing.freeze_support()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user