adjust timer

This commit is contained in:
airclay 2021-09-03 12:29:18 -05:00
parent 756a65f58e
commit 2ef628935f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ menu.addAction(option1)
# Set up timer to update count # Set up timer to update count
timer = QTimer() timer = QTimer()
timer.timeout.connect(newText) timer.timeout.connect(newText)
timer.start(10000) timer.start(600000)
# To quit the app # To quit the app
quit = QAction("Quit") quit = QAction("Quit")