webserver: Results look better without the border.
This commit is contained in:
parent
64b3221daa
commit
b3ac69e0aa
1 changed files with 1 additions and 2 deletions
|
|
@ -40,8 +40,7 @@ class Webserver(http.server.BaseHTTPRequestHandler):
|
||||||
elif "/" in self.path[1:]:
|
elif "/" in self.path[1:]:
|
||||||
path, tool = os.path.split(self.path[1:])
|
path, tool = os.path.split(self.path[1:])
|
||||||
result = index[(path, tool)]
|
result = index[(path, tool)]
|
||||||
body = fill3.appearance_as_html(
|
body = fill3.appearance_as_html(result.appearance_min())
|
||||||
fill3.Border(result).appearance_min())
|
|
||||||
page = make_page(body, f"{tool} of {path}")
|
page = make_page(body, f"{tool} of {path}")
|
||||||
else:
|
else:
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue