fix cache path and requirements
This commit is contained in:
parent
96c8c324f3
commit
1ca1bcd309
3 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,7 @@ def get_logger():
|
||||||
return logging.getLogger("location")
|
return logging.getLogger("location")
|
||||||
|
|
||||||
TAKEOUTS_PATH = "/path/to/takeout"
|
TAKEOUTS_PATH = "/path/to/takeout"
|
||||||
CACHE_PATH = "/L/.cache/location.cache"
|
CACHE_PATH = "/L/data/.cache/location.pickle"
|
||||||
|
|
||||||
# TODO need to cache?
|
# TODO need to cache?
|
||||||
# TODO tag??
|
# TODO tag??
|
||||||
|
|
|
@ -20,4 +20,4 @@ else:
|
||||||
for p in iter_locations():
|
for p in iter_locations():
|
||||||
pass
|
pass
|
||||||
# TODO need datetime!
|
# TODO need datetime!
|
||||||
# print(p)
|
print(p)
|
||||||
|
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
geopy
|
||||||
|
ijson
|
Loading…
Add table
Reference in a new issue