src/eric7/RemoteServerInterface/EricServerInterface.py

branch
server
changeset 10768
665dd4486071
parent 10764
5915ca2466b2
child 10771
69dfb1339451
diff -r b3672d3e7644 -r 665dd4486071 src/eric7/RemoteServerInterface/EricServerInterface.py
--- a/src/eric7/RemoteServerInterface/EricServerInterface.py	Mon Jun 10 15:42:05 2024 +0200
+++ b/src/eric7/RemoteServerInterface/EricServerInterface.py	Mon Jun 10 15:42:18 2024 +0200
@@ -392,9 +392,7 @@
         }
         jsonString = json.dumps(serviceDict) + "\n"
 
-        logging.getLogger(__name__).debug(
-            f"<Remote Server Interface Tx> {jsonString}"
-        )
+        logging.getLogger(__name__).debug(f"<Remote Server Interface Tx> {jsonString}")
         # - print("Remote Server Interface Send: {0}".format(jsonString))
         # - this is for debugging only
 

eric ide

mercurial