missing call to render in update endpoint

main
km0 1 year ago
parent 45506c868e
commit 317a60b031

@ -64,6 +64,7 @@ def send_image(filename):
def update():
if request.method == "POST":
pull()
render()
return "GET method not supported"

@ -15,7 +15,7 @@ html, body {
}
.chapter + .chapter {
margin-top: 64px;
margin-top: 256px;
}
h1, h2, h3 {
@ -24,8 +24,9 @@ h1, h2, h3 {
}
h2 {
text-align: center;
color: tomato;
margin: 128px auto;
text-align: center;
}
a {

Loading…
Cancel
Save