Fix bug in velib.py, extra )
This commit is contained in:
parent
a05ebe691b
commit
ec339b9a76
2
velib.py
2
velib.py
@ -108,7 +108,7 @@ def update_stations():
|
|||||||
c.execute("UPDATE " +
|
c.execute("UPDATE " +
|
||||||
"stations " +
|
"stations " +
|
||||||
"SET name=?, address=?, latitude=?, longitude=?, " +
|
"SET name=?, address=?, latitude=?, longitude=?, " +
|
||||||
"banking=?, bonus=?, bike_stands=? WHERE id=?)",
|
"banking=?, bonus=?, bike_stands=? WHERE id=?",
|
||||||
(station["name"],
|
(station["name"],
|
||||||
station["address"],
|
station["address"],
|
||||||
station["position"]["lat"],
|
station["position"]["lat"],
|
||||||
|
Loading…
Reference in New Issue
Block a user