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