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

fix: add support for flask > 2.2 #62

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

saggit
Copy link

@saggit saggit commented Nov 29, 2023

Add this PR just for someone looking for a fix if you are using this lib and Flask > 2.2

@talhakum
Copy link

talhakum commented Dec 8, 2023

Raises below exception.

    if hasattr(flask, 'globals') and \
NameError: name 'flask' is not defined

@saggit
Copy link
Author

saggit commented Dec 8, 2023

@talhakum sorry, update the missing import.

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