Merge branch 'main' of github.com:qvarforth/trackdirect into main

This commit is contained in:
Per Qvarforth 2022-02-20 17:25:37 +01:00
commit 4038e3e9e1
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("""