Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin flask version for session_cookie_name #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

surfer190
Copy link

@surfer190 surfer190 commented Jul 9, 2023

  • Update readme for installing dependencies
  • Pin flask version

Running the project from clean slate causes this error:

AttributeError: 'Flask' object has no attribute 'session_cookie_name'

Flask changelog indicates:

The session_cookie_name, send_file_max_age_default, use_x_sendfile, propagate_exceptions, and templates_auto_reload properties on app are removed.

* Update readme for installing dependencies
Copy link

@hui-jie-lim hui-jie-lim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Encountered similar issues. Fix will resolve issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants