Browse Source
Fixed self.pending_payments = {int(p['id']): Payment(state=self, data=p) for p in data.get('pending_payments', [])} ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterablepull/10111/head
committed by
GitHub
1 changed files with 1594 additions and 753 deletions
File diff suppressed because it is too large
Loading…
Reference in new issue