Syntax? ERROR
This commit is contained in:
parent
f71f2d4711
commit
ffc75dd2b3
1 changed files with 1 additions and 1 deletions
|
@ -130,6 +130,6 @@ class StormReport():
|
||||||
print(sql)
|
print(sql)
|
||||||
|
|
||||||
st = db.execute(sql, (self.coord_start.lon,
|
st = db.execute(sql, (self.coord_start.lon,
|
||||||
self.coord_start.lat)))
|
self.coord_start.lat))
|
||||||
|
|
||||||
return st.fetchone()
|
return st.fetchone()
|
||||||
|
|
Loading…
Add table
Reference in a new issue