diff libervia/cli/loops.py @ 4206:0f8ea0768a3b

cli (call): implement GUI output: ``call`` commands now handle various output. Beside the original one (now named ``simple``), a new ``gui`` one display a full featured GUI (make with Qt). PyQt 6 or more needs to be installed. rel 427
author Goffi <goffi@goffi.org>
date Sun, 11 Feb 2024 23:20:24 +0100
parents ba8ddfdd334f
children
line wrap: on
line diff
--- a/libervia/cli/loops.py	Thu Jan 18 23:29:25 2024 +0100
+++ b/libervia/cli/loops.py	Sun Feb 11 23:20:24 2024 +0100
@@ -43,7 +43,7 @@
         class LiberviaCLILoop:
 
             def __init__(self):
-                self.loop = loop = asyncio.get_event_loop()
+                self.loop = asyncio.get_event_loop()
 
             def run(self, libervia_cli, args, namespace):
                 aio.install_glib_asyncio_iteration()