From 223c6e009372dd8248c7183ba158fcc01182e9b3 Mon Sep 17 00:00:00 2001 From: morkolai <nikolai-mork@live.no> Date: Wed, 18 Mar 2020 13:49:27 +0100 Subject: [PATCH] #52 fjernet ignore da den ikke trengs lenger --- soitool/main_window.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/soitool/main_window.py b/soitool/main_window.py index dcfb73f..6cd9a71 100644 --- a/soitool/main_window.py +++ b/soitool/main_window.py @@ -50,9 +50,7 @@ class MainWindow(QMainWindow): database.seconds_to_next_update(60 * 60 * 24) * 1000 ) self.timer.timeout.connect( - lambda: database.update_codebook_auto( # pylint: disable=W0108 - self.timer - ) + lambda: database.update_codebook_auto(self.timer) ) self.timer.start() -- GitLab