Fixed wk.std.show_data() alignment

This commit is contained in:
2Shirt 2019-11-10 14:29:55 -07:00
parent 2b06375f71
commit ce3a98028a
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -907,6 +907,8 @@ def show_data(message, data, color=None):
print_colored(
(f'{" "*INDENT}{message:<{WIDTH}}', data),
colors,
log=True,
sep='',
)