Fix test script

This commit is contained in:
Vincent Castellano 2015-05-07 00:34:47 -07:00
parent 434ccdd5f8
commit 2ea0da50f0

View File

@ -34,7 +34,6 @@ def on_msg_receive(msg):
if text.startswith("!ping"):
tgl.send_msg(ptype, pid, "PONG!")
d
if text.startswith("!location"):
geolocator = Nominatim()