Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
3684:8353cc3b8db9 | 3709:09f5ac48ffe3 |
---|---|
197 | 197 |
198 def add_parser_options(self): | 198 def add_parser_options(self): |
199 pass | 199 pass |
200 | 200 |
201 async def start(self): | 201 async def start(self): |
202 print(f"background currently used: {A.BOLD}{self.host.background}{A.RESET}\n") | |
202 for attr in dir(C): | 203 for attr in dir(C): |
203 if not attr.startswith("A_"): | 204 if not attr.startswith("A_"): |
204 continue | 205 continue |
205 color = getattr(C, attr) | 206 color = getattr(C, attr) |
206 if attr == "A_LEVEL_COLORS": | 207 if attr == "A_LEVEL_COLORS": |