From c3d5523b078fa6abfadf6359df1dc64a4c131909 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 12 Oct 2020 13:15:30 +0100 Subject: [PATCH] Change endpoint name --- daemon.py | 2 +- webinterface.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/daemon.py b/daemon.py index c616bffdd..6c7136665 100644 --- a/daemon.py +++ b/daemon.py @@ -9155,7 +9155,7 @@ class PubServer(BaseHTTPRequestHandler): if htmlGET and '/users/' in self.path: print('TEST1 ' + self.path) - if self.path.endswith('/newswire'): + if self.path.endswith('/newswiremobile'): print('TEST2 ' + self.path) nickname = getNicknameFromActor(self.path) if not nickname: diff --git a/webinterface.py b/webinterface.py index 5a0fb22a6..0dfdc7137 100644 --- a/webinterface.py +++ b/webinterface.py @@ -6210,8 +6210,8 @@ def htmlTimeline(defaultTimeline: str, # the newswire button to show right column links tlStr += \ ' ' + \ + '| ' + translate['News'] + \
         '\n' @@ -6219,8 +6219,8 @@ def htmlTimeline(defaultTimeline: str, # the links button to show left column links tlStr += \ ' ' + \ + '| ' + translate['Edit Links'] + \
         '\n'