Move startup code to an entrypoint function
Prevents further issues with startup.
This commit is contained in:
@ -20,3 +20,5 @@
|
||||
###############################################################################
|
||||
|
||||
import pvcapid.Daemon # noqa: F401
|
||||
|
||||
pvcapid.Daemon.entrypoint()
|
||||
|
Reference in New Issue
Block a user