Changed port number

There are about 1600 pandas in the wild, and 300 in zoos, so this is a
new panda, hence 1901.
This commit is contained in:
JJ Asghar 2016-04-28 11:23:10 -05:00
parent 47435fd21f
commit fb83b57364
3 changed files with 1 additions and 2 deletions

View File

View File

@ -1 +0,0 @@
jasghar@dex.local.697

View File

@ -11,4 +11,4 @@ def hello():
def show_pic(filename):
return static_file(filename, root='images/v1/')
run(app, host='localhost', port=8080, debug=True)
run(app, host='0.0.0.0', port=1901, debug=True)