code format

This commit is contained in:
pycook
2019-11-07 19:17:10 +08:00
parent baeded47a5
commit a9069860ed
32 changed files with 205 additions and 253 deletions

View File

@@ -75,4 +75,4 @@ class CAS(object):
@property
def token(self):
return flask.session.get(
self.app.config['CAS_TOKEN_SESSION_KEY'], None)
self.app.config['CAS_TOKEN_SESSION_KEY'], None)