diff --git a/systrayUpdater.py b/systrayUpdater.py index 76986dc..734b1fb 100755 --- a/systrayUpdater.py +++ b/systrayUpdater.py @@ -65,7 +65,7 @@ menu.addAction(option1) # Set up timer to update count timer = QTimer() timer.timeout.connect(newText) -timer.start(10000) +timer.start(600000) # To quit the app quit = QAction("Quit")