Skip to content
Snippets Groups Projects
Commit 774f557c authored by Nikolai Mork's avatar Nikolai Mork
Browse files

Apply suggestion to soitool/database.py

parent 88546267
No related branches found
No related tags found
1 merge request!27#52 Automatisk oppdatering av kodebok basert på tid
Pipeline #74704 passed
...@@ -32,7 +32,7 @@ class Database: ...@@ -32,7 +32,7 @@ class Database:
Connects to existing db if found, creates new db if not. Connects to existing db if found, creates new db if not.
If db is created, tables are created and filled. If db is created, tables are created and filled.
Holds a QTimer that requests a update of CodeBook on every timeout. Holds a QTimer that requests an update of CodeBook on every timeout.
""" """
def __init__(self): def __init__(self):
......
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