Skip to content

Commit

Permalink
fix error log bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-X-Net committed Jan 29, 2023
1 parent aae469a commit 3a09f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/default/launcher/web_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def do_GET(self):
xlog.debug('launcher web_control %s %s %s ', self.address_string(), self.command, self.path)
if url_path == '/config':
self.req_config_handler()
if url_path == "/log":
elif url_path == "/log":
return self.req_log_handler()
elif url_path == '/update':
self.req_update_handler()
Expand Down

0 comments on commit 3a09f05

Please sign in to comment.