From ec339b9a7672f418f559c43e7c799edd73ceeb51 Mon Sep 17 00:00:00 2001 From: Phyks Date: Sat, 3 Oct 2015 22:03:51 +0200 Subject: [PATCH] Fix bug in velib.py, extra ) --- velib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velib.py b/velib.py index 8969149..b2f47e2 100755 --- a/velib.py +++ b/velib.py @@ -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"],