Browse Source

Update state.py

Fixed     self.pending_payments = {int(p['id']): Payment(state=self, data=p) for p in data.get('pending_payments', [])}
                                                                                ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not iterable
pull/10111/head
japlic 1 month ago
committed by GitHub
parent
commit
f7c345e797
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2347
      discord/state.py

2347
discord/state.py

File diff suppressed because it is too large
Loading…
Cancel
Save