diff --git a/master/main.py b/master/main.py index e6c0ae2..db60ed4 100644 --- a/master/main.py +++ b/master/main.py @@ -440,6 +440,8 @@ def home(): html += "" html += "

Licences

" html += "

Number of licences: " + str(len(licences)) + "

" + + return html