Compare commits
2 Commits
5db22a23d6
...
master
Author | SHA1 | Date | |
---|---|---|---|
afc59d6223 | |||
9b75175af2 |
4
mee.py
4
mee.py
@ -208,8 +208,8 @@ 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.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"]:
|
||||||
|
Reference in New Issue
Block a user