diff --git a/gramps/plugins/lib/maps/geography.py b/gramps/plugins/lib/maps/geography.py index 6351432fd..c12096d6b 100644 --- a/gramps/plugins/lib/maps/geography.py +++ b/gramps/plugins/lib/maps/geography.py @@ -125,7 +125,7 @@ class GeoGraphyView(OsmGps, NavigationView): ) def __init__(self, title, pdata, dbstate, uistate, - get_bookmarks, bm_type, nav_group): + bm_type, nav_group): NavigationView.__init__(self, title, pdata, dbstate, uistate, bm_type, nav_group)