Merge branch 'main' of github.com:qvarforth/trackdirect into main
This commit is contained in:
commit
4038e3e9e1
|
|
@ -268,7 +268,7 @@ class TrackDirectHeatMapCreator():
|
||||||
Array of points (a point is a latitude, longitude tuple)
|
Array of points (a point is a latitude, longitude tuple)
|
||||||
"""
|
"""
|
||||||
result = []
|
result = []
|
||||||
timestampLimit = int(time.time()) - (60*60)
|
timestampLimit = int(time.time()) - (60*60*3)
|
||||||
selectCursor = self.db.cursor()
|
selectCursor = self.db.cursor()
|
||||||
|
|
||||||
selectCursor.execute("""
|
selectCursor.execute("""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue