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