Some node changes to compare v1 and v3

This commit is contained in:
kosinkadink1@gmail.com
2025-06-04 18:56:01 -07:00
parent 50da98bcf5
commit 1fb1bad150
4 changed files with 66 additions and 33 deletions

View File

@@ -17,7 +17,7 @@ class FolderType(str, Enum):
temp = "temp"
class RemoteOptions:
def __init__(self, route: str, refresh_button: bool, control_after_refresh: Literal["first", "last"]=None,
def __init__(self, route: str, refresh_button: bool, control_after_refresh: Literal["first", "last"]="first",
timeout: int=None, max_retries: int=None, refresh: int=None):
self.route = route
"""The route to the remote source."""