pallets / quart

An async Python micro framework for building web applications.
https://quart.palletsprojects.com
MIT License
2.92k stars 159 forks source link

Update blog tutorial to use pathlib #348

Open patriacaelum opened 3 months ago

patriacaelum commented 3 months ago

The codeblock imported pathlib.Path but it was unused, so the operation for app.root_path / "blog.db" would error since app.root_path is defined as a string.

Checklist: