From 77df07a9cde9496506a676957bfe785ae0cc1687 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Jul 2019 19:23:20 +0100 Subject: [PATCH] Tidying --- webinterface.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/webinterface.py b/webinterface.py index 8d6696348..57da7daa4 100644 --- a/webinterface.py +++ b/webinterface.py @@ -48,14 +48,6 @@ def htmlProfile(profileJson: {}) -> str: domainFull=domain if port: domainFull=domain+':'+str(port) - profileStr= \ - '
' \ - 'John' \ - '

'+preferredName+'

' \ - '

@'+nickname+'@'+domainFull+'

' \ - '

'+profileJson['publicKey']['summary']+'

' \ - '

' \ - '
' profileStr= \ '
' \ '
' \