Syntax? ERROR

This commit is contained in:
XANTRONIX Development 2025-02-10 21:27:37 -05:00
parent f71f2d4711
commit ffc75dd2b3

View file

@ -130,6 +130,6 @@ class StormReport():
print(sql)
st = db.execute(sql, (self.coord_start.lon,
self.coord_start.lat)))
self.coord_start.lat))
return st.fetchone()