Config: Minor change.

setup.py
Pierre-Antoine Rouby 2024-01-19 16:16:26 +01:00
parent c183e5016c
commit 19ad9c4d1a
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class Config(SQL):
if int(release) < 3:
self.execute(
"INSERT OR IGNORE INTO data "+
"INSERT OR IGNORE INTO data " +
"VALUES ('last_study', '')"
)
self.execute(