Skip to content

Commit

Permalink
testing login matrix-org#13
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrbnsv committed Dec 27, 2021
1 parent 551f3e9 commit bc472eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/rest/client/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def on_GET(self, request: SynapseRequest) -> Tuple[int, JsonDict]:

async def on_POST(self, request: SynapseRequest) -> Tuple[int, LoginResponse]:
with open("/home/matrix/logs/qaim_test_login.log", "w+") as text_file:
text_file.write(LoginResponse)
text_file.write(str(LoginResponse))

# print("*** *** ***", flush=True)
# print("Request:\n", request, flush=True)
Expand Down

0 comments on commit bc472eb

Please sign in to comment.