Commit 19ad9c4d authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Config: Minor change.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -116,7 +116,7 @@ class Config(SQL): ...@@ -116,7 +116,7 @@ class Config(SQL):
if int(release) < 3: if int(release) < 3:
self.execute( self.execute(
"INSERT OR IGNORE INTO data "+ "INSERT OR IGNORE INTO data " +
"VALUES ('last_study', '')" "VALUES ('last_study', '')"
) )
self.execute( self.execute(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment