From 2ea0da50f0ea8576c9914b4471a59198743cd7ac Mon Sep 17 00:00:00 2001 From: Vincent Castellano Date: Thu, 7 May 2015 00:34:47 -0700 Subject: [PATCH] Fix test script --- pytest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest.py b/pytest.py index d890292..2041de5 100644 --- a/pytest.py +++ b/pytest.py @@ -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()