|
@@ -52,8 +52,8 @@ class MerchantAmountPainter(MerchantPainter):
|
|
|
return create, end,flush
|
|
|
|
|
|
def paint(self):
|
|
|
- tuple_pathes = self._reader.many_tuple_path(self._days, self._mchids, self._card_types, self._spec)
|
|
|
- gen = mch_paths(self._reader, tuple_pathes, self._days, self._spec)
|
|
|
+ tuple_pathes = self._reader.many_tuple_path(self._days, self._mchids, self._card_types)
|
|
|
+ gen = mch_paths(self._reader, tuple_pathes, self._days)
|
|
|
if len(self._days) == 0:
|
|
|
return BytesIO()
|
|
|
|