OllamaInterface/OllamaClient.py

changeset 21
22245a10b118
parent 17
43b1396fe72f
child 34
2b3ed778af64
--- 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"

eric ide

mercurial