--- a/OllamaInterface/OllamaClient.py Fri Aug 30 12:04:28 2024 +0200 +++ b/OllamaInterface/OllamaClient.py Fri Aug 30 15:22:47 2024 +0200 @@ -584,9 +584,7 @@ @rtype str """ return ( - self.tr( - "<p>Error: The local server at <b>{0}</b> is not responding.</p>" - ) + self.tr("<p>Error: The local server at <b>{0}</b> is not responding.</p>") if self.__localServer else self.tr( "<p>Error: The configured server at <b>{0}</b> is not"