Skip to content

Commit 6f000fc

Browse files
Update ClienteWindows2
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 64369cb commit 6f000fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ClienteWindows2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -920,8 +920,8 @@ def main():
920920
client = WindowsDesktopClient()
921921
client.run()
922922
except Exception as e:
923-
print(f"Erro ao iniciar cliente: {e}")
924-
pause_for_user("Pressione Enter para sair...")
923+
except Exception as e:
924+
print(f"Erro inesperado ao iniciar cliente: {type(e).__name__} - {e}")
925925

926926

927927
if __name__ == "__main__":

0 commit comments

Comments
 (0)