figma-linux-font-helper
figma-linux-font-helper copied to clipboard
Fix attachment_filename in flask and add python-dotenv
This fixes two small issues:
attachment_filenamewas replaced withdownload_namein 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 themso I added it to therequirements.txt