added debugging control interupt

This commit is contained in:
2023-04-29 14:40:23 -05:00
parent f0784916ed
commit e51f706462
5 changed files with 81 additions and 11 deletions

View File

@@ -41,6 +41,7 @@ class StartCheckMixin:
def _write_new_pid(self):
pid = os.getpid()
self._write_pid(pid)
print(f"{app_name} PID: {pid}")
def _clean_pid(self):
os.unlink(self._PID_FILE)