Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
afc59d6223 |
2
mee.py
2
mee.py
@ -209,7 +209,7 @@ def cli() -> None:
|
|||||||
|
|
||||||
if args["set"] and not args["--custom"]:
|
if args["set"] and not args["--custom"]:
|
||||||
mee.exif_del(mee.storage)
|
mee.exif_del(mee.storage)
|
||||||
mee.image.set(key, value)
|
mee.exif_set(key, value)
|
||||||
mee.write_out(outfile)
|
mee.write_out(outfile)
|
||||||
|
|
||||||
if args["del"] and not args["--custom"]:
|
if args["del"] and not args["--custom"]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user