diff --git a/README.md b/README.md index faee39c..a40876b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ This requires a flowroute account. It uses google to authenticate. But I might a # App Server App runs via the following command. -> gunicorn3 app.py +> gunicorn3 app:app This will run and listen to as a daemon. diff --git a/templates/settings.html b/templates/settings.html index 1f500e1..e9c648d 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -7,7 +7,7 @@ -

Settings for {{ name }}!

+

Settings for {{ user_info['name'] }}!