Skip to content

Commit

Permalink
last issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chazlarson committed Oct 24, 2024
1 parent f7b3395 commit 5b7046a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kometa/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def add_art_reset_key(rating_key, uuid, source, tracking):
sqlite3.PARSE_COLNAMES)
cursor = sqlite_connection.cursor()

sqlite_create_table_query = reset_tracking_table_create_query()
sqlite_create_table_query = art_reset_tracking_table_create_query()

cursor = sqlite_connection.cursor()
cursor.execute(sqlite_create_table_query)
Expand Down

0 comments on commit 5b7046a

Please sign in to comment.