corydolphin / flask-cors

Cross Origin Resource Sharing ( CORS ) support for Flask
https://flask-cors.corydolphin.com/
MIT License
877 stars 137 forks source link

Use logging.warning instead of logging.warn #233

Closed Vaibhav closed 5 years ago

Vaibhav commented 5 years ago

I am getting the following deprecation warning:

DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead LOG.warn("Unknown option passed to Flask-CORS: %s", key)

Look here for more info.