diff --git a/README.md b/README.md index 7e96072..909b622 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # solum-python-sample-app Sample Solum python app + +Testing pull request + +Testing pull request 2 diff --git a/app.py b/app.py index 2aedb76..c7a4821 100644 --- a/app.py +++ b/app.py @@ -23,6 +23,6 @@ def index(self): cherrypy.config.update({'server.socket_host': '0.0.0.0', 'server.socket_port': int(os.environ.get('PORT', - '80'))}) + '7035'))}) cherrypy.quickstart(Root())