Exemplo n.º 1
0
def do_pinpoint(self, s):
    """Jarvis will pinpoint your location."""
    mapps.locate_me()
Exemplo n.º 2
0
 def do_pinpoint(self, s):
     """Jarvis will pinpoint your location."""
     try:
         mapps.locate_me()
     except ConnectionError:
         print(CONNECTION_ERROR_MSG)
Exemplo n.º 3
0
def do_pinpoint(self, s):
    """Jarvis will pinpoint your location."""
    mapps.locate_me()