mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix
This commit is contained in:
@@ -24,7 +24,7 @@ HomePage services.yaml配置
|
||||
- field: ipaddr
|
||||
label: 公网ip地址
|
||||
- field: expire_time
|
||||
label: 证书过期时间
|
||||
label: 证书过期日期
|
||||
# - field: connections
|
||||
# label: 链接数
|
||||
# - field: trafficIn
|
||||
|
||||
@@ -112,6 +112,8 @@ class Lucky(_PluginBase):
|
||||
|
||||
ipaddr = self.get_ip()
|
||||
expire_time = self.get_ssl()
|
||||
if expire_time:
|
||||
expire_time = expire_time.split(' ')[0]
|
||||
|
||||
logging.info(
|
||||
f"Proxy Rules Enabled: {enabled_cnt}\n"
|
||||
@@ -473,7 +475,7 @@ class Lucky(_PluginBase):
|
||||
'props': {
|
||||
'class': 'text-caption'
|
||||
},
|
||||
'text': '证书过期时间'
|
||||
'text': '证书过期日期'
|
||||
},
|
||||
{
|
||||
'component': 'div',
|
||||
|
||||
Reference in New Issue
Block a user