diff --git a/run.py b/run.py index d0a0f49..494de10 100755 --- a/run.py +++ b/run.py @@ -1,4 +1,6 @@ -#!zippyvenv/bin/python +#!venv/bin/python + +'''runs flask development server''' from zippy import app diff --git a/zippy/templates/index.html b/zippy/templates/index.html index ea47131..590987e 100755 --- a/zippy/templates/index.html +++ b/zippy/templates/index.html @@ -18,7 +18,7 @@