Fix bug in velib.py, extra )

This commit is contained in:
Phyks 2015-10-03 22:03:51 +02:00
parent a05ebe691b
commit ec339b9a76
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ def update_stations():
c.execute("UPDATE " +
"stations " +
"SET name=?, address=?, latitude=?, longitude=?, " +
"banking=?, bonus=?, bike_stands=? WHERE id=?)",
"banking=?, bonus=?, bike_stands=? WHERE id=?",
(station["name"],
station["address"],
station["position"]["lat"],