cleanup
This commit is contained in:
@@ -577,6 +577,10 @@ class SeriesApp:
|
||||
"""
|
||||
return self.series_list
|
||||
|
||||
def refresh_series_list(self) -> None:
|
||||
"""Reload the cached series list from the underlying data store."""
|
||||
self.__InitList__()
|
||||
|
||||
def get_operation_status(self) -> OperationStatus:
|
||||
"""
|
||||
Get the current operation status.
|
||||
|
||||
Reference in New Issue
Block a user