Fix output...
This commit is contained in:
parent
d29b5555e3
commit
3fdef90cf3
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -177,7 +177,7 @@ def application(env, re):
|
|||
"""
|
||||
|
||||
for row in cur.fetchall():
|
||||
output += " [ %s, %s ],\n" % (row["lat"], row["lon"])
|
||||
output += " [ %s, %s ],\n" % (row["lon"], row["lat"])
|
||||
|
||||
output = "".join(output.rsplit(",", 1))
|
||||
|
||||
|
|
Loading…
Reference in a new issue