From 07db48f0d57db9a8aa3bf0e149653d79007b6313 Mon Sep 17 00:00:00 2001 From: Marcus Ponting Date: Fri, 23 Feb 2018 15:15:58 +0000 Subject: [PATCH] goddammit dude, remove your test shit --- tools/webhook_test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/webhook_test.py b/tools/webhook_test.py index df6359a7b..03b1df1d7 100644 --- a/tools/webhook_test.py +++ b/tools/webhook_test.py @@ -131,7 +131,7 @@ def set_init(webhook_type): "sponsor": 0, "level": 5, "latitude": 37.7876146, - "longitude": -122.390624, + "longitude": -122.390624 } } elif webhook_type == whtypes["5"]: @@ -297,10 +297,10 @@ def get_and_validate_team(): payload = set_init(type) print "What is the URL of where you would like to send the webhook? " \ - + "(default: http://127.0.0.1:4022)\n>", + + "(default: http://127.0.0.1:4000)\n>", url = raw_input() if url == '' or url.isspace(): - url = "http://127.0.0.1:4022" + url = "http://127.0.0.1:4000" print "Assuming " + url + " as webhook URL" print "Does location matter or do you use geofences? (Y/N)\n>",