bean spiller

This commit is contained in:
Q
2023-01-22 13:31:46 +02:00
parent 115f631743
commit cd37185d2a
6 changed files with 251 additions and 8 deletions

View File

@@ -1056,8 +1056,7 @@ def get_footer(readme, show_wget=True):
return """</tbody></table>{README}
</div>{WGET_STR}
</body></html>""".format(
README=readme,
WGET_STR=wget_str
README=readme, WGET_STR=wget_str
)