Skip to content

Commit 68dd3ab

Browse files
authored
Update main.py
1 parent 7bfb4ca commit 68dd3ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Calculadora Basica PyQt5/main.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,8 @@ def obtener18(self):
119119
def obtener19(self):
120120
entrada = self.ui.valor.text()
121121
self.ui.valor.setText(entrada[:len(entrada)-1])
122-
123122
if __name__ == "__main__":
124123
app = QtWidgets.QApplication(sys.argv)
125124
mi_app = MiFormulario()
126125
mi_app.show()
127-
sys.exit(app.exec_())
128-
126+
sys.exit(app.exec_())

0 commit comments

Comments
 (0)