diff libervia/frontends/quick_frontend/quick_profile_manager.py @ 4270:0d7bb4df2343

Reformatted code base using black.
author Goffi <goffi@goffi.org>
date Wed, 19 Jun 2024 18:44:57 +0200
parents b620a8e882e1
children
line wrap: on
line diff
--- a/libervia/frontends/quick_frontend/quick_profile_manager.py	Tue Jun 18 12:06:45 2024 +0200
+++ b/libervia/frontends/quick_frontend/quick_profile_manager.py	Wed Jun 19 18:44:57 2024 +0200
@@ -221,9 +221,7 @@
                 self.host.bridge.param_set(
                     "Password", password, "Connection", profile_key=self.current.profile
                 )
-                log.info(
-                    "password updated for profile [{}]".format(self.current.profile)
-                )
+                log.info("password updated for profile [{}]".format(self.current.profile))
 
     ## graphic updates (should probably be overriden in frontends) ##