move via_ip to fallback

This commit is contained in:
Sean Breckenridge 2023-01-27 10:54:45 -08:00
parent 3638964e98
commit a4468a42da
2 changed files with 7 additions and 0 deletions

7
my/location/home.py Normal file
View file

@ -0,0 +1,7 @@
from .fallback.via_home import *
from my.core.warnings import high
high(
"my.location.home is deprecated, use my.location.fallback.via_home instead, or estimate locations using the higher-level my.location.fallback.all.estimate_location"
)