diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..09036eb --- /dev/null +++ b/hello.txt @@ -0,0 +1,2 @@ +hi vim +yadda what the sigma yadda diff --git a/main.py b/main.py index f52838b..9eb5614 100644 --- a/main.py +++ b/main.py @@ -5,7 +5,5 @@ main.register_blueprint(views, url_prefix="/") -#if __name__ == '__main__': - #main.run(debug=True, port=8000) - - +if __name__ == '__main__': + main.run(debug=True, port=8000)