Use handle for artist

main
Bob Mottram 2021-11-09 12:20:57 +00:00
parent 72f7c57b34
commit 924232a0d4
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ def _spoofMetaData(baseDir: str, nickname: str, domain: str,
camMake, camModel, camSerialNumber) = \
spoofGeolocation(baseDir, spoofCity, currTimeAdjusted,
decoySeed, None, None)
if os.system('exiftool -artist="' + nickname + '" ' +
if os.system('exiftool -artist=@"' + nickname + '@' + domain + '" ' +
'-Make="' + camMake + '" ' +
'-Model="' + camModel + '" ' +
'-Comment="' + str(camSerialNumber) + '" ' +