tz/via_location.py: update import to fallback
This commit is contained in:
parent
fdfd22bef2
commit
a7cc89bbfb
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ def _get_tz(dt: datetime) -> Optional[pytz.BaseTzInfo]:
|
||||||
if res is not None:
|
if res is not None:
|
||||||
return res
|
return res
|
||||||
# fallback to home tz
|
# fallback to home tz
|
||||||
from ...location import home
|
from my.location.fallback import via_home as home
|
||||||
loc = home.get_location(dt)
|
loc = home.get_location(dt)
|
||||||
return _get_home_tz(loc=loc)
|
return _get_home_tz(loc=loc)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue