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