Corrige acentuacao dos textos

This commit is contained in:
Lucas
2026-06-26 18:15:55 -03:00
parent 6443c0e2dc
commit f02167ff92
24 changed files with 174 additions and 175 deletions

View File

@@ -30,7 +30,7 @@ def comando_python_app() -> list[str]:
def abrir_app() -> None:
"""Inicia o app em segundo plano sem janela de console quando possivel."""
"""Inicia o app em segundo plano sem janela de console quando possível."""
io_utils.configurar_ambiente()
subprocess.Popen(comando_python_app(), cwd=config.PROJECT_ROOT)