main: Added return to dash
All checks were successful
Build Docker / Build Bot (push) Successful in 20s
Build Docker / Build Master (push) Successful in 26s

This commit is contained in:
Nathan Woodburn 2023-08-25 16:07:25 +10:00
parent 4db44bb99e
commit 52fca38af9
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -440,6 +440,8 @@ def home():
html += "</ul>"
html += "<h2>Licences</h2>"
html += "<p>Number of licences: " + str(len(licences)) + "</p>"
return html