src/eric7/MicroPython/WifiDialogs/WifiController.py

branch
mpy_network
changeset 9789
d8e0ab86ddca
parent 9787
163511257f24
child 9794
21fd7c63b487
diff -r 12294115900a -r d8e0ab86ddca src/eric7/MicroPython/WifiDialogs/WifiController.py
--- a/src/eric7/MicroPython/WifiDialogs/WifiController.py	Wed Feb 22 07:48:57 2023 +0100
+++ b/src/eric7/MicroPython/WifiDialogs/WifiController.py	Wed Feb 22 08:20:34 2023 +0100
@@ -204,7 +204,8 @@
                     self.tr("Write WiFi Credentials"),
                     self.tr(
                         "<p>The WiFi credentials were saved on the device. The device"
-                        " will connect to the WiFi network at boot time.</p>"),
+                        " will connect to the WiFi network at boot time.</p>"
+                    ),
                 )
             else:
                 EricMessageBox.critical(
@@ -241,7 +242,8 @@
                     self.tr(
                         "<p>The WiFi credentials were removed the device. The device"
                         " will not connect to the WiFi network at boot time anymore."
-                        "</p>"),
+                        "</p>"
+                    ),
                 )
             else:
                 EricMessageBox.critical(

eric ide

mercurial