fix cachew

This commit is contained in:
Dima Gerasimov 2019-08-14 23:43:05 +01:00
parent 827a57dd03
commit fdec500458

View file

@ -32,7 +32,7 @@ class Point(NamedTuple):
temp: float
@cachew(db_path=CACHE)
@cachew(cache_path=CACHE)
def iter_points(dbs) -> Iterable[Point]:
# I guess we can affort keeping them in sorted order
points: Set[Point] = set()