minor cleanup

This commit is contained in:
Igor Chubin
2018-10-26 19:35:34 +02:00
parent 0c67b15e8a
commit 7dd736ba8f
3 changed files with 1 additions and 5 deletions

View File

@ -196,7 +196,6 @@ def location_processing(location, ip_addr):
override_location_name = location[1:].replace('+', ' ')
location = "%s,%s" % (geolocation['latitude'], geolocation['longitude'])
full_address = geolocation['address']
print full_address
else:
location = NOT_FOUND_LOCATION #location[1:]
try: