fix: correct run command to properly handle missing config file error

This commit is contained in:
retoor 2025-01-27 18:33:32 +00:00
parent 61d42a6528
commit c8062e3a1a

View File

@ -77,6 +77,7 @@ print(
"</pre>"
)
{% endpy3 %}
```
### Example database usage
See here an example of a visitor counter on your website. This is all you have to do. It's a persistent database. No configuration required! For more information how to use the database, visit the [dataset documentation](https://dataset.readthedocs.io/en/latest/).