pull/61/head
Christian T. Jacobs 2017-10-14 23:10:16 +01:00
rodzic 8d0d93f9a9
commit ce49d8aae3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1133,9 +1133,9 @@ class Logbook:
g = geocoder.google(country)
latitude, longitude = g.latlng
logging.debug("QTH coordinates found: (%s, %s)", str(latitude), str(longitude))
except ValueError as e:
except ValueError:
logging.exception("Unable to lookup QTH coordinates.")
except Exception as e:
except Exception:
logging.exception("Unable to lookup QTH coordinates. Check connection to the internets?")
return