diff sat_frontends/jp/cmd_debug.py @ 3709:09f5ac48ffe3

merge bookmark @
author Goffi <goffi@goffi.org>
date Fri, 12 Nov 2021 17:21:24 +0100
parents 691dbd78981c
children 524856bd7b19
line wrap: on
line diff
--- a/sat_frontends/jp/cmd_debug.py	Mon Sep 27 08:29:09 2021 +0200
+++ b/sat_frontends/jp/cmd_debug.py	Fri Nov 12 17:21:24 2021 +0100
@@ -199,6 +199,7 @@
         pass
 
     async def start(self):
+        print(f"background currently used: {A.BOLD}{self.host.background}{A.RESET}\n")
         for attr in dir(C):
             if not attr.startswith("A_"):
                 continue