mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 08:34:12 -04:00
pep8
This commit is contained in:
parent
a9e2b9ec16
commit
1c99934b28
2 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,7 @@ class MsisdnPasswordRequestTokenRestServlet(RestServlet):
|
|||
def on_POST(self, request):
|
||||
body = parse_json_object_from_request(request)
|
||||
|
||||
assert_params_in_request(body,[
|
||||
assert_params_in_request(body, [
|
||||
'id_server', 'client_secret',
|
||||
'country', 'phone_number', 'send_attempt',
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue