Skip to content

Commit

Permalink
goddammit dude, remove your test shit
Browse files Browse the repository at this point in the history
  • Loading branch information
evilmoses authored and billyjbryant committed Feb 25, 2018
1 parent 19c5a53 commit 07db48f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/webhook_test.py
Expand Up @@ -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"]:
Expand Down Expand Up @@ -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>",
Expand Down

0 comments on commit 07db48f

Please sign in to comment.