From f184ae973d08779532725aafef5718993aff3dc4 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 7 Nov 2019 21:11:40 +0100 Subject: * --- dealconvert/formats/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dealconvert/formats/html.py') diff --git a/dealconvert/formats/html.py b/dealconvert/formats/html.py index a60b3a3..758c0fc 100644 --- a/dealconvert/formats/html.py +++ b/dealconvert/formats/html.py @@ -81,7 +81,7 @@ class HTMLFormat(DealFormat): return '.html' def __init__(self, *args, **kwargs): - self.deals_per_column = kwargs.get('columns', 6) + self.deals_per_column = kwargs.get('columns', 6) or 6 def parse_content(self, content): raise NotImplementedError -- cgit v1.2.3