Skip to content
Snippets Groups Projects
Commit 4038e3e9 authored by Per Qvarforth's avatar Per Qvarforth
Browse files

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

parents d35a0190 5efc2283
No related branches found
No related tags found
No related merge requests found
......@@ -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("""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment