From db8393226dd02cb473cf2271f4e33031eb5e67a5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 14 Sep 2018 15:23:04 +0800 Subject: [PATCH] up --- mdweb.py => main.py | 0 start.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename mdweb.py => main.py (100%) diff --git a/mdweb.py b/main.py similarity index 100% rename from mdweb.py rename to main.py diff --git a/start.sh b/start.sh index 1c32764cb..b86586600 100755 --- a/start.sh +++ b/start.sh @@ -1,6 +1,6 @@ #!/bin/sh DEBUG=True -gunicorn -b 127.0.0.1:7200 mdweb:app +gunicorn -b 127.0.0.1:7200 main:app -open "http://127.0.0.1:7200" \ No newline at end of file +#open "http://127.0.0.1:7200" \ No newline at end of file