techwithtim / Flask-Web-App-Tutorial

Code for the note storing flask web app made during a YouTube video.
926 stars 1.02k forks source link

Not an issue but a solution #141

Open dayvoid97 opened 8 months ago

dayvoid97 commented 8 months ago

If app.config['SECRET_KEY'] = 'YOUR SECRET KEY' does not work, try : app.secret_key = 'YOUR SECRET KEY'