Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospuenteg authored Oct 30, 2022
1 parent 10dd291 commit 755e7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def inject_file_func() -> None:
# Get the inputs
if TEST_MODE:
file_path = f"{INPUT_FILES_PATH}/images.zip"
img_path = f"{BASE_IMAGES_PATH}/0'7MP.png"
img_path = f"{BASE_IMAGES_PATH}/2'2MP.png"
else:
file_path = get_path(INPUT_FILES_PATH, "File to be stored: ")
img_path = get_path(BASE_IMAGES_PATH, "Filename of the base image: ", IMAGE_EXTS)
Expand Down Expand Up @@ -75,7 +75,7 @@ def inject_file_func() -> None:

def extract_file_func() -> None:
if TEST_MODE:
mod_img_path = f"{MOD_IMAGES_PATH}/0'7MP_mod.png"
mod_img_path = f"{MOD_IMAGES_PATH}/2'2MP_mod.png"
else:
mod_img_path = get_path(MOD_IMAGES_PATH, "Filename of the modified image: ", IMAGE_EXTS)

Expand Down

0 comments on commit 755e7a1

Please sign in to comment.