mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 19:48:21 +08:00
Fix: Missing argument in research_sort_filter()
This commit is contained in:
@@ -571,7 +571,7 @@ class ResearchSelector(UI):
|
||||
|
||||
self.projects = projects
|
||||
|
||||
def research_sort_filter(self, enforce):
|
||||
def research_sort_filter(self, enforce=False):
|
||||
"""
|
||||
Returns:
|
||||
list: A list of ResearchProject objects and preset strings,
|
||||
|
||||
Reference in New Issue
Block a user