made a dum dum
This commit is contained in:
parent
0501d7ea7c
commit
f33d420321
1
main.py
1
main.py
@ -2,6 +2,7 @@ from image_convert import ImageShrink
|
|||||||
from image_get import ImageGetter
|
from image_get import ImageGetter
|
||||||
try:
|
try:
|
||||||
from image_show import ImageShow
|
from image_show import ImageShow
|
||||||
|
show_image = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("ImageShow not found. Image will not be displayed.")
|
print("ImageShow not found. Image will not be displayed.")
|
||||||
show_image = False
|
show_image = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user