We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3934ab commit 1079e14Copy full SHA for 1079e14
main.py
@@ -344,7 +344,8 @@ def on_clicked_button_refresh(self):
344
self.pushButtonRefresh.setEnabled(False)
345
346
self.timer = QtCore.QTimer()
347
- self.timer.timeout.connect(lambda: self.pushButtonRefresh.setEnabled(True))
+ self.timer.timeout.connect(
348
+ lambda: self.pushButtonRefresh.setEnabled(True))
349
self.timer.start(30000)
350
351
self.tableWidget.setRowCount(0) # Remove all rows
0 commit comments