mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-26 16:03:54 +08:00
dragonpilot beta3
date: 2023-08-22T14:21:17 commit: 6148ce3d77530281f890970718e9c42b2acc5ff1
This commit is contained in:
@@ -39,7 +39,7 @@ def launcher(proc: str, name: str) -> None:
|
||||
sentry.set_tag("daemon", name)
|
||||
|
||||
# exec the process
|
||||
getattr(mod, 'main')()
|
||||
mod.main()
|
||||
except KeyboardInterrupt:
|
||||
cloudlog.warning(f"child {proc} got SIGINT")
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user