summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-11-07 21:11:40 +0100
committeremkael <emkael@tlen.pl>2019-11-07 21:11:40 +0100
commitf184ae973d08779532725aafef5718993aff3dc4 (patch)
treece7f0466044c11484fa20ec688bb97c48ba9aaa9
parent62f9821422765d2dd24271f21de68d388949f97a (diff)
*
-rw-r--r--dealconvert/formats/html.py2
1 files changed, 1 insertions, 1 deletions
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