Temporary fix to GH-399 (#428)

This commit is contained in:
Thundertides 2025-09-07 10:59:02 -06:00 committed by GitHub
parent a463f4234c
commit 075fc467d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -465,6 +465,7 @@ def run():
try:
asc = get_distro_ascii() if not args.ascii_file else Path(args.ascii_file).read_text("utf-8")
asc = config.color_align.recolor_ascii(asc, preset)
asc = '\n'.join(asc.split('\n')[1:])
neofetch_util.run(asc, config.backend, config.args or '')
except Exception as e:
print(f'Error: {e}')