fix tag setting
This commit is contained in:
parent
5db22a23d6
commit
9b75175af2
2
mee.py
2
mee.py
@ -208,7 +208,7 @@ def cli() -> None:
|
|||||||
print(tag)
|
print(tag)
|
||||||
|
|
||||||
if args["set"] and not args["--custom"]:
|
if args["set"] and not args["--custom"]:
|
||||||
mee.image.delete(mee.storage)
|
mee.exif_del(mee.storage)
|
||||||
mee.image.set(key, value)
|
mee.image.set(key, value)
|
||||||
mee.write_out(outfile)
|
mee.write_out(outfile)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user