DB config
This commit is contained in:
parent
bf4bdd2fa8
commit
6819e54af2
@ -46,7 +46,7 @@ def updateLast(db, cursor):
|
||||
cursor.execute(sql)
|
||||
row = cursor.fetchone()
|
||||
|
||||
if not row[0]:
|
||||
if len(row[0]) < 1:
|
||||
insertNew(db, cursor)
|
||||
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user