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