akra35567 commited on
Commit
d07f759
·
verified ·
1 Parent(s): 699aa28

Update modules/treinamento.py

Browse files
Files changed (1) hide show
  1. modules/treinamento.py +1 -1
modules/treinamento.py CHANGED
@@ -206,7 +206,7 @@ class Treinamento:
206
  problemas = [
207
  ("kkk", resposta.lower().count("kkk") > 2),
208
  ("rsrs", resposta.lower().count("rsrs") > 2),
209
- ("ou assim", "ou assim" in resposta.lower()),
210
  ('"', resposta.count('"') > 4),
211
  ("**", "**" in resposta),
212
  ("```", "```" in resposta),
 
206
  problemas = [
207
  ("kkk", resposta.lower().count("kkk") > 2),
208
  ("rsrs", resposta.lower().count("rsrs") > 2),
209
+ ("ou", "ou" in resposta.lower()),
210
  ('"', resposta.count('"') > 4),
211
  ("**", "**" in resposta),
212
  ("```", "```" in resposta),