Skip to content
Snippets Groups Projects
Commit 59471b9e authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

#7 Forbedret løkke

parent 690fc689
No related branches found
No related tags found
1 merge request!10Database setup
Pipeline #70822 passed
......@@ -42,7 +42,7 @@ class Database():
self.categories = self.get_categories()
def create_tables(self):
"""Create tables Codebook, CategoryWords and ByHeart."""
"""Create tables CodeBook, CategoryWords and ByHeart."""
stmts = [CODEBOOK, CATEGORYWORDS, BYHEART]
for stmt in stmts:
......
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