mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
pep8
This commit is contained in:
parent
442734ff9e
commit
a8ed93a4b5
3 changed files with 3 additions and 14 deletions
|
@ -158,9 +158,6 @@ class AuthRestServlet(RestServlet):
|
|||
defer.returnValue(None)
|
||||
elif stagetype == LoginType.TERMS:
|
||||
session = request.args['session'][0]
|
||||
authdict = {
|
||||
'session': session,
|
||||
}
|
||||
|
||||
html = TERMS_TEMPLATE % {
|
||||
'session': session,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue