X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gps303%2Fgooglemaps.py;h=d4deea2438dcae736ba2685b62d8f1e13c53b965;hb=7ff26a2079e56969c65937b1bae7f6d908aa0664;hp=2ea0103932384ca86b34daeb1dc1d15a1411c29c;hpb=14683d91ed3172b416b1c3e5e59edd6528f30a69;p=loctrkd.git diff --git a/gps303/googlemaps.py b/gps303/googlemaps.py index 2ea0103..d4deea2 100644 --- a/gps303/googlemaps.py +++ b/gps303/googlemaps.py @@ -11,6 +11,10 @@ def init(conf: Dict[str, Any]) -> None: gclient = gmaps.Client(key=token) +def shut() -> None: + return + + def lookup( mcc: int, mnc: int,