mirror of https://gitlab.com/pamhyr/pamhyr2
Config: Minor change.
parent
c183e5016c
commit
19ad9c4d1a
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue