Added base words

This commit is contained in:
2024-01-12 00:18:02 +01:00
parent 433c0fdc9e
commit b93a12647e
7 changed files with 21077 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ def addwords(filename,groupid):
print("Cleaning the database")
cur.execute("DELETE FROM words")
cur.execute("UPDATE wgroups SET parentid=NULL")
cur.execute("DELETE FROM wgroups")
conn.commit()