From 7a7bcee06450ed6bd6f7707c765c77e150548f7a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 27 Mar 2020 14:59:33 +0000 Subject: [PATCH] Tidying --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 7a0250db..da7bdb92 100644 --- a/webinterface.py +++ b/webinterface.py @@ -3535,8 +3535,8 @@ def htmlTimeline(defaultTimeline: str, \ if port!=80 and port!=443: if ':' not in domain: fullDomain=domain+':'+str(port) - actor=httpPrefix+'://'+fullDomain+'/users/'+nickname usersPath='/users/'+nickname + actor=httpPrefix+'://'+fullDomain+usersPath showIndividualPostIcons=True