diff --git a/README.md b/README.md index 625c0e7..cee1a50 100644 --- a/README.md +++ b/README.md @@ -87,3 +87,4 @@ But in the long run logging should be disabled * service file with `--env SCRIPT_NAME=/watermark` see above * gunicorn -w 4 -b :5000 app:app +gunicorn -w 4 -b :5000 app:app diff --git a/app/templates/public/covers.html b/app/templates/public/covers.html index 0c1f8f1..7bfab1b 100644 --- a/app/templates/public/covers.html +++ b/app/templates/public/covers.html @@ -9,7 +9,7 @@ {% for cover in covers %}
- +
{{ cover }}
{% endfor %} diff --git a/file.db b/file.db index 40c7527..14a19e6 100644 Binary files a/file.db and b/file.db differ