really tired

This commit is contained in:
Lionel Dricot 2022-03-18 23:17:59 +01:00
parent c64f633ebd
commit 1e16c415fd
1 changed files with 1 additions and 1 deletions

View File

@ -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
#theres one rendered text and one links table per mode