Skip to content

Commit

Permalink
Added response on penultimate question
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarohurtadobo committed Jul 12, 2018
1 parent b1e0e81 commit 842280a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def showCasiGanadora(self):
self.showFullScreen()
else:
self.show()
QtTest.QTest.qWait(10000)
QtTest.QTest.qWait(2000)
self.hide()

class InterfazPreguntas(QtGui.QWidget): #QWidget #QMainWindow
Expand Down

0 comments on commit 842280a

Please sign in to comment.