mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-17 08:05:49 +01:00
Log exception
This commit is contained in:
parent
0e405a0f2e
commit
ca7d70cff7
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
|
@ -29,8 +29,8 @@ if platform.system() == 'Windows':
|
|||
os.add_dll_directory(app_dir)
|
||||
|
||||
if __name__ == "__main__":
|
||||
if platform.system() == 'Linux':
|
||||
multiprocessing.set_start_method('spawn')
|
||||
# if platform.system() == 'Linux':
|
||||
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