Compare commits

..

No commits in common. "master" and "v0.2.1" have entirely different histories.

2
mee.py
View File

@ -209,7 +209,7 @@ def cli() -> None:
if args["set"] and not args["--custom"]:
mee.exif_del(mee.storage)
mee.exif_set(key, value)
mee.image.set(key, value)
mee.write_out(outfile)
if args["del"] and not args["--custom"]: