rsasum

Results 2 comments of rsasum

In "__init__.py" "Processor.__init__" the variable field must be converted into a list. So change the following line. self.fields = fields to self.fields = list(fields) Worked for me