pull/61/head
Christian Jacobs 2018-01-18 20:43:01 +00:00
rodzic dff0b134f3
commit 53772daf50
2 zmienionych plików z 4 dodań i 5 usunięć

Wyświetl plik

@ -121,7 +121,7 @@ class GreyLine:
def pinpoint(self, r):
""" Pinpoint the location of a QSO on the grey line map based on the COUNTRY field.
:arg r: The QSO location to pinpoint.
:arg r: The QSO record containing the location to pinpoint.
"""
if(have_geocoder):

Wyświetl plik

@ -1176,4 +1176,3 @@ class Logbook:
l.populate()
logs.append(l)
return logs