Fixed path error
This commit is contained in:
parent
ce0dee8659
commit
0d4fa8ef31
|
|
@ -65,7 +65,7 @@ def getGpsDistance():
|
|||
|
||||
|
||||
|
||||
with sqlite3.connect('location.db', check_same_thread=False) as conn:
|
||||
with sqlite3.connect('/data/location.db', check_same_thread=False) as conn:
|
||||
timezone = None
|
||||
rTime = None
|
||||
cur = conn.cursor()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user