No longer need that

This commit is contained in:
XANTRONIX Development 2025-02-10 21:34:11 -05:00
parent c1c5d9e618
commit 68f83b72d2

View file

@ -127,8 +127,6 @@ class StormReport():
limit 3 limit 3
""" """
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))