Increased heatmap time period
This commit is contained in:
parent
2d20e0a632
commit
5efc2283aa
|
|
@ -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("""
|
||||
|
|
|
|||
Loading…
Reference in New Issue