diff --git a/cache.py b/cache.py index c4a95846..5dd0281b 100644 --- a/cache.py +++ b/cache.py @@ -591,7 +591,7 @@ def changeStation(matches): modified ) VALUES ( ?, ?, 0, '?', '?', '?', '?', - DATETIME('now'), + DATETIME('now') ) """, [systemID, name]) newID = inscur.lastrowid