fix cache path and requirements

This commit is contained in:
Dima Gerasimov 2018-11-10 16:34:11 +00:00
parent 96c8c324f3
commit 1ca1bcd309
3 changed files with 4 additions and 2 deletions

View file

@ -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??

View file

@ -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
View file

@ -0,0 +1,2 @@
geopy
ijson