Increased heatmap time period

This commit is contained in:
Per Qvarforth 2022-02-20 14:47:27 +00:00
parent 2d20e0a632
commit 5efc2283aa
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ class TrackDirectHeatMapCreator():
Array of points (a point is a latitude, longitude tuple)
"""
result = []
timestampLimit = int(time.time()) - (60*60)
timestampLimit = int(time.time()) - (60*60*3)
selectCursor = self.db.cursor()
selectCursor.execute("""