diff --git a/main.py b/main.py index f2d4e51..b4ef700 100644 --- a/main.py +++ b/main.py @@ -2,6 +2,7 @@ from image_convert import ImageShrink from image_get import ImageGetter try: from image_show import ImageShow + show_image = True except ImportError: print("ImageShow not found. Image will not be displayed.") show_image = False