Skip to content

Commit

Permalink
fix: initializing dictionary database
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jul 11, 2024
1 parent a4a48ea commit b3c6c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def getTimeDetails(time_object):
print(f"Resumed at word {all_words[0]}. Continuing generation...\n")

database = RemedeDatabase(sqlite3.connect('data/remede.db'))
database.init_dictionary()

try:
remedize(all_words)
Expand Down

0 comments on commit b3c6c94

Please sign in to comment.