This commit is contained in:
Lartza
2020-03-10 23:07:29 +02:00
parent b2ced96ba4
commit 213a6c084b
14 changed files with 27 additions and 86 deletions

View File

@ -15,7 +15,6 @@ class SettingsDatabase:
# connect
conn = sqlite3.connect(self.db_path)
cursor = conn.cursor()
self.db_version_check_and_create()