doctorlinux commited on
Commit
5f40865
·
verified ·
1 Parent(s): 67207e9

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -166,7 +166,7 @@ class AnalizadorAjedrez:
166
 
167
  def generar_reporte(self, blancas, negras, resultado):
168
  if not self.datos_jugadas:
169
- return """## ❌ PGN NO ANALIZABLE
170
 
171
  **El archivo PGN está corrupto o tiene formato inválido.**
172
 
 
166
 
167
  def generar_reporte(self, blancas, negras, resultado):
168
  if not self.datos_jugadas:
169
+ reporte = """## ❌ PGN NO ANALIZABLE
170
 
171
  **El archivo PGN está corrupto o tiene formato inválido.**
172