Skip to content

Commit

Permalink
arregla crasheo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilk1 committed Sep 3, 2020
1 parent f4b6a62 commit 668f60c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scrabble/ScrabbleAR.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ def timer(n, lock,tiempo_dificultad,fin_tiempo,window):
if(name!=None):
event,t,palabras,tab,nivel = con.elegirNivel(menu, bolsa)
texto_reporte = '¡Bienvenido a ScrabbleAR! \n'+str(nivel)+ '\n Tiempo: '+str(t)+'\n Palabras validas: '+str(palabras)+ ' \n \n No olvides pasar el cursor sobre \n los botones para saber que hacen \n ----------------------------------------- \n'
menu.Hide()
if event != None:
menu.Hide()
bolsaCopia=bolsa.copy()
palabras=palabras.split('/')
posponer=True
Expand Down

0 comments on commit 668f60c

Please sign in to comment.