Osintgram
Osintgram copied to clipboard
Fix addrs command - Missing Details for given Lat-Lon
geopy's reverse() returns None for some Lat Lon values, this wasn't being handled gracefully in Osintgram.
For example, if we get Lat Lon values as 89.06192, 4.53075, self.geolocator.reverse() will return None.
This PR will skip the locations which do not have any addresses mapped to them.
Issue: https://github.com/Datalux/Osintgram/issues/503
@Datalux Done for v2 branch here https://github.com/Datalux/Osintgram/pull/525
@Datalux Can we merge this one?