mirror of https://gitlab.com/bashrc2/epicyon
Define city variable
parent
8b5093eef4
commit
a07d301583
1
city.py
1
city.py
|
@ -292,6 +292,7 @@ def getSpoofedCity(city: str, baseDir: str, nickname: str, domain: str) -> str:
|
||||||
"""Returns the name of the city to use as a GPS spoofing location for
|
"""Returns the name of the city to use as a GPS spoofing location for
|
||||||
image metadata
|
image metadata
|
||||||
"""
|
"""
|
||||||
|
city = ''
|
||||||
cityFilename = acctDir(baseDir, nickname, domain) + '/city.txt'
|
cityFilename = acctDir(baseDir, nickname, domain) + '/city.txt'
|
||||||
if os.path.isfile(cityFilename):
|
if os.path.isfile(cityFilename):
|
||||||
with open(cityFilename, 'r') as fp:
|
with open(cityFilename, 'r') as fp:
|
||||||
|
|
Loading…
Reference in New Issue