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
|
timezone = None
|
||||||
rTime = None
|
rTime = None
|
||||||
cur = conn.cursor()
|
cur = conn.cursor()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user