From feb844129661b947d296fb2f46240247a79d6d49 Mon Sep 17 00:00:00 2001 From: Nikolai Mork <nikolmo@stud.ntnu.no> Date: Wed, 18 Mar 2020 12:20:37 +0100 Subject: [PATCH] Apply suggestion to soitool/main_window.py --- soitool/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soitool/main_window.py b/soitool/main_window.py index 12f5c6d..ca99cdb 100644 --- a/soitool/main_window.py +++ b/soitool/main_window.py @@ -44,7 +44,7 @@ class MainWindow(QMainWindow): # Database instance database = Database() - # Timer for automativ update + # Timer for automatic update of codes in CodeBook self.timer = QTimer() # Interval i set to msec since last 24h update self.timer.setInterval( -- GitLab