From 88546267106cdea0cbd5459d2e529fcb0a8d9c7d Mon Sep 17 00:00:00 2001
From: Nikolai Mork <nikolmo@stud.ntnu.no>
Date: Tue, 17 Mar 2020 09:09:58 +0100
Subject: [PATCH] Apply suggestion to soitool/database.py

---
 soitool/database.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/soitool/database.py b/soitool/database.py
index 06e1eb5..16029b7 100644
--- a/soitool/database.py
+++ b/soitool/database.py
@@ -32,7 +32,7 @@ class Database:
     Connects to existing db if found, creates new db if not.
     If db is created, tables are created and filled.
 
-    Runs a thread that upadtes Code in CodeBook every 24h since last update.
+    Holds a QTimer that requests a update of CodeBook on every timeout.
     """
 
     def __init__(self):
-- 
GitLab