diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-24 18:38:13 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-24 18:38:13 -0700 |
| commit | cc7fcec7ea718777f41154a107bdf8c709ed968a (patch) | |
| tree | f1a4ecc1d2f5ee3a82df5bd5cb1883a01c33523f /examples/break.py | |
| parent | e8840a773f5fd2c566af4bc253656e282f9692d5 (diff) | |
ok set up for deployment with cherrypy
Diffstat (limited to 'examples/break.py')
| -rw-r--r-- | examples/break.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/break.py b/examples/break.py index 6f0c710..91d888d 100644 --- a/examples/break.py +++ b/examples/break.py @@ -1,7 +1,7 @@ #!/usr/bin/python2.7 import requests, sys import simplejson as json -URL_BASE = "http://127.0.0.1:5000" +URL_BASE = "http://127.0.0.1:8080" example_params = { "url" : "http://i.asdf.us/im/de/HolyMountain2_1322275112_seamonkey.gif", |
