I hereby claim:
- I am haydenwalker980 on github.
- I am winfinity (https://keybase.io/winfinity) on keybase.
- I have a public key whose fingerprint is 485C 579E CFC7 3823 6994 ED8F 81A6 BFAE 5ED4 A096
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: