I hereby claim:
- I am haydenwalker980 on github.
- I am fourteentrees (https://keybase.io/fourteentrees) on keybase.
- I have a public key ASDZXbFAG8n9S9iM621sLT38PO3BIPRttmlYi7totKRKjgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
"""Run the BEE2 application.""" | |
from multiprocessing import freeze_support, set_start_method | |
import os | |
import sys | |
# We need to add dummy files if these are None - multiprocessing tries to flush | |
# them. | |
if sys.stdout is None: | |
sys.stdout = open(os.devnull, 'w') | |
if sys.stderr is None: |
I hereby claim:
To claim this, I am signing this object: