File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def inject_file_func() -> None:
31
31
# Get the inputs
32
32
if TEST_MODE :
33
33
file_path = f"{ INPUT_FILES_PATH } /images.zip"
34
- img_path = f"{ BASE_IMAGES_PATH } /0'7MP .png"
34
+ img_path = f"{ BASE_IMAGES_PATH } /2'2MP .png"
35
35
else :
36
36
file_path = get_path (INPUT_FILES_PATH , "File to be stored: " )
37
37
img_path = get_path (BASE_IMAGES_PATH , "Filename of the base image: " , IMAGE_EXTS )
@@ -75,7 +75,7 @@ def inject_file_func() -> None:
75
75
76
76
def extract_file_func () -> None :
77
77
if TEST_MODE :
78
- mod_img_path = f"{ MOD_IMAGES_PATH } /0'7MP_mod .png"
78
+ mod_img_path = f"{ MOD_IMAGES_PATH } /2'2MP_mod .png"
79
79
else :
80
80
mod_img_path = get_path (MOD_IMAGES_PATH , "Filename of the modified image: " , IMAGE_EXTS )
81
81
You can’t perform that action at this time.
0 commit comments