mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +08:00
Fix: Missing argument in research_sort_filter()
This commit is contained in:
parent
e4a025d27e
commit
826a27def2
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user