diff --git a/mee.py b/mee.py index a9da1e1..c6a062a 100644 --- a/mee.py +++ b/mee.py @@ -208,8 +208,9 @@ def cli() -> None: print(tag) if args["set"] and not args["--custom"]: - mee.exif_set(key, value) - mee.commit(outfile) + mee.image.delete(mee.storage) + mee.image.set(key, value) + mee.write_out(outfile) if args["del"] and not args["--custom"]: if args["--all"]: