Skip to content

Commit

Permalink
Another black problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoiraud committed Apr 16, 2024
1 parent bdddf67 commit 3002bb5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions gramps/plugins/webreport/person.py
Original file line number Diff line number Diff line change
Expand Up @@ -1153,11 +1153,7 @@ def __create_family_map(self, person, place_lat_long):
# we are using OpenStreetMap
elif self.mapservice == "OpenStreetMap":
if midy_ is None:
latitude, longitude = conv_lat_lon(
latitude,
longitude,
"D.D8"
)
latitude, longitude = conv_lat_lon(latitude, longitude, "D.D8")
jsc += OSM_MARKERS % (
"markers",
tracelife,
Expand Down

0 comments on commit 3002bb5

Please sign in to comment.