update docs

This commit is contained in:
Sean Breckenridge 2022-04-25 21:02:55 -07:00
parent cca439a931
commit f9d2f6ef01
2 changed files with 82 additions and 3 deletions

View file

@ -11,7 +11,7 @@ from my.config import location
@dataclass
class config(location.via_ip):
# no real science to this, just a guess of ~15km accuracy for IP addresses
accuracy: int = 15_000
accuracy: float = 15_000.0
from typing import Iterator