mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[fix][ui] thread waiting error stack
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import faulthandler
|
||||
import os
|
||||
import sys
|
||||
import traceback
|
||||
@@ -14,6 +15,7 @@ def main(tray: bool = False):
|
||||
if not os.getenv('PYTHONUNBUFFERED'):
|
||||
os.environ['PYTHONUNBUFFERED'] = '1'
|
||||
|
||||
faulthandler.enable()
|
||||
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
||||
|
||||
args = app_args.read()
|
||||
|
||||
Reference in New Issue
Block a user