| I discovered that werkzeug stores cookies in lists, with its .get returning only the first item of the list. By converting the cookies to a plain dict, I was breaking that functionality of cookies.get. So, using werkzeug's MultiDict is the correct choice. | ||
|---|---|---|
| .. | ||
| backend | ||
| static | ||
| templates | ||
| tests | ||
| etiquette_flask_entrypoint.py | ||
| etiquette_flask_launch.py | ||