Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored Aug 3, 2024
1 parent 887cf2b commit c3b88e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gui.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import multiprocessing
multiprocessing.set_start_method('spawn')
# Set the start method at the very beginning
if __name__ == '__main__':
multiprocessing.set_start_method('spawn', force=True)

import sys
import os
Expand Down

0 comments on commit c3b88e5

Please sign in to comment.