From 3ef247a6b146d90ae20dc211ec127d1d71e4a463 Mon Sep 17 00:00:00 2001 From: thsrite Date: Thu, 28 Nov 2024 14:08:47 +0800 Subject: [PATCH] Update __init__.py --- plugins.v2/cd2assistant/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.v2/cd2assistant/__init__.py b/plugins.v2/cd2assistant/__init__.py index 51a39ca..7f9721a 100644 --- a/plugins.v2/cd2assistant/__init__.py +++ b/plugins.v2/cd2assistant/__init__.py @@ -422,7 +422,7 @@ class Cd2Assistant(_PluginBase): return system_info_dict - def homepage(self, apikey: str, name: str) -> Any: + def homepage(self, apikey: str, name: str = None) -> Any: """ homepage自定义api """