From: Gael UTARD <[email protected]> Previous commit changed the prototype of the constructor of the parent class.
Signed-off-by: Gael UTARD <[email protected]> --- ocitysmap2/layoutlib/single_page_renderers.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ocitysmap2/layoutlib/single_page_renderers.py b/ocitysmap2/layoutlib/single_page_renderers.py index e5137c8..51c778f 100644 --- a/ocitysmap2/layoutlib/single_page_renderers.py +++ b/ocitysmap2/layoutlib/single_page_renderers.py @@ -67,7 +67,7 @@ class SinglePageRenderer(Renderer): index_position (str): None or 'side' (index on side), 'bottom' (index at bottom). """ - Renderer.__init__(self, db, rc, tmpdir, street_index) + Renderer.__init__(self, db, rc, tmpdir, dpi, street_index) self._grid_legend_margin_pt = \ min(Renderer.GRID_LEGEND_MARGIN_RATIO * self.paper_width_pt, -- 1.7.5.4
