From 52fca38af98964770dbe9afb0f9044711697851c Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Fri, 25 Aug 2023 16:07:25 +1000 Subject: [PATCH] main: Added return to dash --- master/main.py | 2 ++ 1 file changed, 2 insertions(+) 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