chore: update urls
This commit is contained in:
parent
a2b397ec4a
commit
7ab6f0d5cb
18 changed files with 38 additions and 38 deletions
|
@ -2,7 +2,7 @@
|
|||
Converts IP addresses provided by my.location.ip to estimated locations
|
||||
"""
|
||||
|
||||
REQUIRES = ["git+https://github.com/seanbreckenridge/ipgeocache"]
|
||||
REQUIRES = ["git+https://github.com/purarue/ipgeocache"]
|
||||
|
||||
from dataclasses import dataclass
|
||||
from datetime import timedelta
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
Extracts locations using google_takeout_parser -- no shared code with the deprecated my.location.google
|
||||
"""
|
||||
|
||||
REQUIRES = ["git+https://github.com/seanbreckenridge/google_takeout_parser"]
|
||||
REQUIRES = ["git+https://github.com/purarue/google_takeout_parser"]
|
||||
|
||||
from collections.abc import Iterator
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Extracts semantic location history using google_takeout_parser
|
|||
# This is a separate module to prevent ImportError and a new config block from breaking
|
||||
# previously functional my.location.google_takeout locations
|
||||
|
||||
REQUIRES = ["git+https://github.com/seanbreckenridge/google_takeout_parser"]
|
||||
REQUIRES = ["git+https://github.com/purarue/google_takeout_parser"]
|
||||
|
||||
from collections.abc import Iterator
|
||||
from dataclasses import dataclass
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
REQUIRES = ["git+https://github.com/seanbreckenridge/ipgeocache"]
|
||||
REQUIRES = ["git+https://github.com/purarue/ipgeocache"]
|
||||
|
||||
from my.core.warnings import high
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue