improved pid usage logic; stopped inhertance of IPC in App class

This commit is contained in:
2024-01-08 19:32:53 -06:00
parent d49bcd8beb
commit d4a38c3e14
5 changed files with 105 additions and 18 deletions

View File

@@ -17,7 +17,6 @@ from app import Application
if __name__ == "__main__":
''' Set process title, get arguments, and create GTK main thread. '''