Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Feb 24, 2015
1 parent 9191112 commit 90374a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def changeStation(matches):
modified
) VALUES (
?, ?, 0, '?', '?', '?', '?',
DATETIME('now'),
DATETIME('now')
)
""", [systemID, name])
newID = inscur.lastrowid
Expand Down

0 comments on commit 90374a7

Please sign in to comment.