mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Fix: De-redundancy of daily commissions
- Fix typo of intersect_by_eq
This commit is contained in:
@@ -157,7 +157,7 @@ class SelectedGrids:
|
||||
"""
|
||||
return SelectedGrids(list(set(self.grids).intersection(set(grids.grids))))
|
||||
|
||||
def intersect_by_ed(self, grids):
|
||||
def intersect_by_eq(self, grids):
|
||||
"""
|
||||
Another `intersect()` method, but de-duplicates with `__eq__` instead of `__hash__`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user