Lu Chen
Results
1
issues of
Lu Chen
In the book tip 30 and example_code/item_45.py ``` # Quota being consumed during the period assert self.max_quota >= self.quota_consumed self.quota_consumed += delta ``` should be corrected to ``` class NewBucket:...
Confirmed
2ed
Next edition