diff --git a/soitool/database.py b/soitool/database.py
index 06e1eb58e23dcc1c9a05fd006ecd9bb45897dff4..16029b729a83b043e2dc6a30876e402b3c2ef9b0 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):