Skip to content

Commit

Permalink
Fix for updateLocalSystem using x, y, z instead of pos_x, pos_y, pos_…
Browse files Browse the repository at this point in the history
…z for coordinates
  • Loading branch information
kfsone committed Feb 27, 2015
1 parent bdb1ba8 commit 0ba7b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ def updateLocalSystem(
db.execute("""
UPDATE System
SET name=?,
x=?, y=?, z=?,
pos_x=?, pos_y=?, pos_z=?,
added=(SELECT added_id FROM Added WHERE name = ?),
modified=DATETIME(?)
""", [
Expand Down

0 comments on commit 0ba7b17

Please sign in to comment.