Skip to content

Commit

Permalink
fixup /Info http handler
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 28, 2021
1 parent 913a595 commit 3a16a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/server/server_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@ def http_sessions_request(self, handler):
return self.send_json_response(handler, sessions)

def http_info_request(self, handler):
self.send_json_response(handler, self.get_http_info())
return self.send_json_response(handler, self.get_http_info())

def get_http_info(self) -> dict:
return {
Expand Down

0 comments on commit 3a16a02

Please sign in to comment.