We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4e6e7 commit 566aef2Copy full SHA for 566aef2
flask_cors/core.py
@@ -359,7 +359,7 @@ def serialize_options(opts):
359
360
for key in opts.keys():
361
if key not in DEFAULT_OPTIONS:
362
- LOG.warning("Unknown option passed to Flask-CORS: %s", key)
+ LOG.warning("Unknown option passed to Flask-CORS: %s", key)
363
364
# Ensure origins is a list of allowed origins with at least one entry.
365
options['origins'] = sanitize_regex_param(options.get('origins'))
0 commit comments