From fb83b57364b06a3cbaa7fa2fb943c9ac680df4d8 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Thu, 28 Apr 2016 11:23:10 -0500 Subject: [PATCH] Changed port number There are about 1600 pandas in the wild, and 300 in zoos, so this is a new panda, hence 1901. --- #setup.py# | 0 .#setup.py | 1 - main.py | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 #setup.py# delete mode 120000 .#setup.py diff --git a/#setup.py# b/#setup.py# deleted file mode 100644 index e69de29..0000000 diff --git a/.#setup.py b/.#setup.py deleted file mode 120000 index 2ec1b57..0000000 --- a/.#setup.py +++ /dev/null @@ -1 +0,0 @@ -jasghar@dex.local.697 \ No newline at end of file diff --git a/main.py b/main.py index 9fee2fe..28ede02 100644 --- a/main.py +++ b/main.py @@ -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)