From e615891bf383dc4309543182b969a2232af23751 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 27 Nov 2021 02:00:43 +0100 Subject: [PATCH] Fixed missed assignment --- platypush/plugins/http/webpage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/plugins/http/webpage/__init__.py b/platypush/plugins/http/webpage/__init__.py index c4ff412418..33589b504d 100644 --- a/platypush/plugins/http/webpage/__init__.py +++ b/platypush/plugins/http/webpage/__init__.py @@ -110,7 +110,7 @@ class HttpWebpagePlugin(Plugin): raise RuntimeError('Could not parse JSON: {}. Response: {}'.format(str(e), response)) if type == 'markdown': - self._fix_relative_links(response['content'], url) + response['content'] = self._fix_relative_links(response['content'], url) self.logger.debug('Got response from Mercury API: {}'.format(response)) title = response.get('title', '{} on {}'.format(