X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;f=gps303%2Fgooglemaps.py;h=d4deea2438dcae736ba2685b62d8f1e13c53b965;hb=refs%2Ftags%2F1.02;hp=2ea0103932384ca86b34daeb1dc1d15a1411c29c;hpb=2e281d58e06f74eadd0891410b3c55d60ee0eefc;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,