mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Log exception
This commit is contained in:
parent
598bb0eec1
commit
24243461ff
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
|
@ -35,8 +35,8 @@ if __name__ == "__main__":
|
|||
multiprocessing.set_start_method('spawn')
|
||||
|
||||
if platform.system() == 'Darwin' and platform.processor() == 'arm':
|
||||
print('setting start method to fork')
|
||||
multiprocessing.set_start_method('fork')
|
||||
print('setting start method to spawn')
|
||||
multiprocessing.set_start_method('spawn')
|
||||
|
||||
# Fixes opening new window when app has been frozen on Windows:
|
||||
# https://stackoverflow.com/a/33979091
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue