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

Incorrect name on aiohttp_cors.urldispatcher_router_adapter._is_web_view #215

Closed
diogommartins opened this issue Jan 9, 2019 · 2 comments · Fixed by #216
Closed

Incorrect name on aiohttp_cors.urldispatcher_router_adapter._is_web_view #215

diogommartins opened this issue Jan 9, 2019 · 2 comments · Fixed by #216

Comments

@diogommartins
Copy link
Contributor

diogommartins commented Jan 9, 2019

raise ValueError("web view should be derived from "
                                     "aiohttp_cors.WebViewMixig for working "
                                     "with the library")

I think that aiohttp_cors.WebViewMixig should change to aiohttp_cors.CorsViewMixin. If its ok, ill submit a PR

diogommartins added a commit to diogommartins/aiohttp-cors that referenced this issue Jan 9, 2019
@asvetlov
Copy link
Member

asvetlov commented Jan 9, 2019

Good catch!
Please do.

@diogommartins
Copy link
Contributor Author

Done here #216 @asvetlov

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

Successfully merging a pull request may close this issue.

2 participants