Skip to content
Snippets Groups Projects
Commit 223c6e00 authored by morkolai's avatar morkolai
Browse files

#52 fjernet ignore da den ikke trengs lenger

parent fdfee557
No related branches found
No related tags found
1 merge request!27#52 Automatisk oppdatering av kodebok basert på tid
Pipeline #75195 passed
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment