2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-01-11 18:42:29 +00:00

Fix variable mistake in error handling

This commit is contained in:
Jarrod Johnson
2025-08-05 08:39:18 -04:00
parent 85ddf528a2
commit bab169269c

View File

@@ -244,7 +244,7 @@ def draw_text(text, width, height):
draw_image(data, width, height, doscale=False)
else:
sys.stdout.write(text)
cursor_left(len(txt))
cursor_left(len(text))
def draw_image(data, width, height, doscale=True):
imageformat = os.environ.get('CONFLUENT_IMAGE_PROTOCOL', 'kitty')