figma-linux-font-helper icon indicating copy to clipboard operation
figma-linux-font-helper copied to clipboard

Fix attachment_filename in flask and add python-dotenv

Open thomasaull opened this issue 1 year ago • 0 comments

This fixes two small issues:

  • attachment_filename was replaced with download_name in flask (see: https://github.com/pallets/flask/pull/4667)
  • On startup the server logged: Tip: There are .env or .flaskenv files present. Do "pip install python-dotenv" to use them so I added it to the requirements.txt

thomasaull avatar Jan 11 '24 19:01 thomasaull