Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Fix secrets db deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
rix1337 committed Jul 30, 2023
1 parent 7ebc5d4 commit c039162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion budgeteer/providers/sqlite_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ def remove_redundant_db_tables(file):

keep_tables = [
'BudgeTeer',
'json'
'json',
'secrets'
]

cursor.execute("SELECT name FROM sqlite_master WHERE type='table'")
Expand Down

0 comments on commit c039162

Please sign in to comment.