diff libervia/cli/cmd_remote_control.py @ 4270:0d7bb4df2343

Reformatted code base using black.
author Goffi <goffi@goffi.org>
date Wed, 19 Jun 2024 18:44:57 +0200
parents e47e29511d57
children
line wrap: on
line diff
--- a/libervia/cli/cmd_remote_control.py	Tue Jun 18 12:06:45 2024 +0200
+++ b/libervia/cli/cmd_remote_control.py	Wed Jun 19 18:44:57 2024 +0200
@@ -363,9 +363,7 @@
         # FIXME: for now AUTO always do the screen sharing, but is should be disabled and
         #   appropriate method should be used when no desktop environment is detected.
         with_screen_sharing = self.args.share_screen in ("yes", "auto")
-        await self.receiver.request_remote_desktop(
-            with_screen_sharing
-        )
+        await self.receiver.request_remote_desktop(with_screen_sharing)
 
         self.disp(_("Waiting for controlling deviceā€¦"))
         await self.start_answering()