Commit d7d29827 authored by 林檎's avatar 林檎

fix behind

parent 7bae79d8
......@@ -56,7 +56,7 @@ except ImportError as e:
try:
from flask_login import __version__ as flask_loginVersion
except ImportError, e:
except ImportError as e:
from flask_login.__about__ import __version__ as flask_loginVersion
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment