We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use the sumVisitors hook but I get the error when I try to import it:
ImportError: cannot import name 'sumVisitors' from 'flask_track_usage.summarization'
Any idea?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @mooseyoose! Are you seeing this in master or in a specific release?
master
Sorry, something went wrong.
Ah, right. This code which hasn't been implemented and is listed as "TBD". You can see it at https://github.com/ashcrow/flask-track-usage/blob/master/src/flask_track_usage/summarization/__init__.py#L178-L196
No branches or pull requests
I'm trying to use the sumVisitors hook but I get the error when I try to import it:
ImportError: cannot import name 'sumVisitors' from 'flask_track_usage.summarization'
Any idea?
Thanks.
The text was updated successfully, but these errors were encountered: