From 4c27f4657102019830f38c9c700c266a1dcc1c76 Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Mon, 27 Feb 2023 16:47:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style:=20=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=B8=85=E6=B4=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/tools.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/tools.js b/apps/tools.js index c423531..56d9d58 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -71,8 +71,6 @@ export class tools extends plugin { this.toolsConfig = config.getConfig("tools"); // 视频保存路径 this.defaultPath = this.toolsConfig.defaultPath; - // redis的key - this.redisKey = `Yz:tools:cache:${ this.group_id }`; // 代理接口 // TODO 填写服务器的内网ID和clash的端口 this.proxyAddr = this.toolsConfig.proxyAddr;