From 1e16c415fd4ca0dbaefb6ec3e7c38946c9b1f3d2 Mon Sep 17 00:00:00 2001 From: Lionel Dricot Date: Fri, 18 Mar 2022 23:17:59 +0100 Subject: [PATCH] really tired --- offpunk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offpunk.py b/offpunk.py index 4724381..f3862e7 100755 --- a/offpunk.py +++ b/offpunk.py @@ -358,7 +358,7 @@ standard_ports = { # First, we define the different content->text renderers, outside of the rest # (They could later be factorized in other files or replaced) class AbstractRenderer(): - def __init__(self,content,url,center=None): + def __init__(self,content,url,center=True): self.url = url self.body = content #there’s one rendered text and one links table per mode