fix: unbound test error

This commit is contained in:
iMithrellas
2025-05-07 01:01:13 +02:00
parent 59e1a82646
commit ff94edfd05

View File

@@ -50,6 +50,7 @@ def icat_manga_viewer(image_links: list[str], window_title: str):
while True:
console.clear()
term_width, term_height = shutil.get_terminal_size((80, 24))
panel_height = 0
# Calculate space for image based on banner visibility
if show_banner: