DB config
This commit is contained in:
parent
2612a1f2b2
commit
328906d814
@ -74,9 +74,9 @@ def updateLast(cursor):
|
||||
data = (total_range, total_ascent, watt, fahrten)
|
||||
sql = '''
|
||||
UPDATE bike_loading SET
|
||||
l_total_range = ?
|
||||
l_total_ascent = ?
|
||||
l_loaded_wh = ?
|
||||
l_total_range = ?,
|
||||
l_total_ascent = ?,
|
||||
l_loaded_wh = ?,
|
||||
l_fahrten = ?
|
||||
WHERE id = ins_id
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user