We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d3322 commit fca9b2fCopy full SHA for fca9b2f
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.11") and version < StrictVersion("0.13")
+ assert version >= StrictVersion("0.10") and version < StrictVersion("0.13")
12
13
# Get default logger
14
import flask.logging
0 commit comments