Skip to content

Commit 755e7a1

Browse files
Add files via upload
1 parent 10dd291 commit 755e7a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

menu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def inject_file_func() -> None:
3131
# Get the inputs
3232
if TEST_MODE:
3333
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"
3535
else:
3636
file_path = get_path(INPUT_FILES_PATH, "File to be stored: ")
3737
img_path = get_path(BASE_IMAGES_PATH, "Filename of the base image: ", IMAGE_EXTS)
@@ -75,7 +75,7 @@ def inject_file_func() -> None:
7575

7676
def extract_file_func() -> None:
7777
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"
7979
else:
8080
mod_img_path = get_path(MOD_IMAGES_PATH, "Filename of the modified image: ", IMAGE_EXTS)
8181

0 commit comments

Comments
 (0)