79258191

Date: 2024-12-06 13:50:11
Score: 1.5
Natty:
Report link

(From https://github.com/beeware/toga/discussions/3024)

The one thing that stands out in the code is that you're treating usuario_input and mostra_mensagen_te as functions - in mensage(), you should be using user_message = self.usuario_input.value.strip(), self.mostra_mensagem_te.value += f'VocĂȘ: {user_message}\n', and self.usuario_input.value = ''.

In future, please include the complete error message when asking questions.

Reasons:
  • Blacklisted phrase (3): VocĂȘ
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: mhsmith