From a07d30158360d0b2190da2a9353423d98b428b49 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 19 Jul 2021 21:07:28 +0100 Subject: [PATCH] Define city variable --- city.py | 1 + 1 file changed, 1 insertion(+) diff --git a/city.py b/city.py index 161ef9b5a..a780996f6 100644 --- a/city.py +++ b/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 image metadata """ + city = '' cityFilename = acctDir(baseDir, nickname, domain) + '/city.txt' if os.path.isfile(cityFilename): with open(cityFilename, 'r') as fp: