This commit is contained in:
ge 2023-05-04 21:53:10 +03:00
parent 9b75175af2
commit afc59d6223
1 changed files with 1 additions and 1 deletions

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.image.set(key, value)
mee.exif_set(key, value)
mee.write_out(outfile)
if args["del"] and not args["--custom"]: