This commit is contained in:
Auric Vente
2024-07-22 23:26:11 -06:00
parent 61403f0419
commit 8b96769a6b
3 changed files with 12 additions and 7 deletions

View File

@@ -18,8 +18,8 @@ from .filter import Filter
def main() -> None:
Config.prepare()
program = Config.manifest["program"]
title = Config.manifest["title"]
program = Config.program
title = Config.title
pid = f"{program}.pid"
pid_file = Path(tempfile.gettempdir(), pid)