fix tag setting

This commit is contained in:
ge 2023-04-22 05:01:34 +03:00
parent 5db22a23d6
commit 9b75175af2

2
mee.py
View File

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