diff --git a/app.py b/app.py index 75cbe42..89b89c9 100644 --- a/app.py +++ b/app.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- + # -*- coding: utf-8 -*- """ Calculator ~~~~~~~~~~~~~~ @@ -40,4 +40,6 @@ def index(): if __name__ == '__main__': - app.run(debug=True) + app.run(port=8000) + +