mirror of https://gitlab.com/bashrc2/epicyon
Comment
parent
75be6ddfee
commit
41887db1ce
2
media.py
2
media.py
|
@ -192,7 +192,7 @@ def spoofGeolocation(baseDir: str,
|
||||||
|
|
||||||
def _spoofMetaData(baseDir: str, nickname: str, domain: str,
|
def _spoofMetaData(baseDir: str, nickname: str, domain: str,
|
||||||
outputFilename: str, spoofCity: str) -> None:
|
outputFilename: str, spoofCity: str) -> None:
|
||||||
"""Use reference images to spoof the metadata
|
"""Spoof image metadata using a decoy model for a given city
|
||||||
"""
|
"""
|
||||||
if not os.path.isfile(outputFilename):
|
if not os.path.isfile(outputFilename):
|
||||||
print('ERROR: unable to spoof metadata within ' + outputFilename)
|
print('ERROR: unable to spoof metadata within ' + outputFilename)
|
||||||
|
|
Loading…
Reference in New Issue