mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 14:09:27 -05:00
pep8
This commit is contained in:
parent
6532b6e607
commit
f7a79a37be
@ -85,8 +85,8 @@ class AuthHandler(BaseHandler):
|
|||||||
# email auth link on there). It's probably too open to abuse
|
# email auth link on there). It's probably too open to abuse
|
||||||
# because it lets unauthenticated clients store arbitrary objects
|
# because it lets unauthenticated clients store arbitrary objects
|
||||||
# on a home server.
|
# on a home server.
|
||||||
#sess['clientdict'] = clientdict
|
# sess['clientdict'] = clientdict
|
||||||
#self._save_session(sess)
|
# self._save_session(sess)
|
||||||
pass
|
pass
|
||||||
elif 'clientdict' in sess:
|
elif 'clientdict' in sess:
|
||||||
clientdict = sess['clientdict']
|
clientdict = sess['clientdict']
|
||||||
|
Loading…
Reference in New Issue
Block a user