mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2025-06-27 05:50:32 +01:00
remove inline if else
This commit is contained in:
parent
093e9a05d4
commit
f1c569f140
@ -59,7 +59,7 @@ def list_(
|
||||
('Settings', 'center', 'cyan'),
|
||||
]
|
||||
for name, justify, style in columns:
|
||||
table.add_column(name, justify=justify, style=style if style else None)
|
||||
table.add_column(name, justify=justify, style=style)
|
||||
|
||||
for filter in resp.filters:
|
||||
resp = ctx.obj.get_source_filter_default_settings(filter['filterKind'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user