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 ca6b97b commit b7d3322Copy full SHA for b7d3322
src/cs50/flask.py
@@ -8,7 +8,7 @@
8
9
# Only patch 0.12 (in case logging changes in 0.13)
10
version = StrictVersion(get_distribution("flask").version)
11
- assert version >= StrictVersion("0.12") and version < StrictVersion("0.13")
+ assert version >= StrictVersion("0.11") and version < StrictVersion("0.13")
12
13
# Get default logger
14
import flask.logging
0 commit comments