fix cachew
This commit is contained in:
parent
827a57dd03
commit
fdec500458
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Point(NamedTuple):
|
||||||
temp: float
|
temp: float
|
||||||
|
|
||||||
|
|
||||||
@cachew(db_path=CACHE)
|
@cachew(cache_path=CACHE)
|
||||||
def iter_points(dbs) -> Iterable[Point]:
|
def iter_points(dbs) -> Iterable[Point]:
|
||||||
# I guess we can affort keeping them in sorted order
|
# I guess we can affort keeping them in sorted order
|
||||||
points: Set[Point] = set()
|
points: Set[Point] = set()
|
||||||
|
|
Loading…
Add table
Reference in a new issue