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
Traceback:
66 warnings.warn('Use of the CLOUDY_DICT_STORAGE_SERVER_OPTIONS settings is unsafe in DEBUG mode. ' 67 'Use CLOUDYDICT_STORAGE_SERVER_OPTIONS_SECRET instead', ---> 68 warnings.DeprecationWarning) 69 config = settings.CLOUDY_DICT_STORAGE_SERVER_OPTIONS 70 else:
AttributeError: 'module' object has no attribute 'DeprecationWarning'
The text was updated successfully, but these errors were encountered:
Fixed issue #6, error on access to warnings.DepracationWarning
10076cc
Merge pull request #7 from wnyc/gmohre-cloudydict-issue-6
e3865d6
gmohre
No branches or pull requests
Traceback:
66 warnings.warn('Use of the CLOUDY_DICT_STORAGE_SERVER_OPTIONS settings is unsafe in DEBUG mode. '
67 'Use CLOUDYDICT_STORAGE_SERVER_OPTIONS_SECRET instead',
---> 68 warnings.DeprecationWarning)
69 config = settings.CLOUDY_DICT_STORAGE_SERVER_OPTIONS
70 else:
AttributeError: 'module' object has no attribute 'DeprecationWarning'
The text was updated successfully, but these errors were encountered: