From 7938e636df769819b979bcec04634d7ce24dfa3c Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Sat, 18 May 2024 13:30:53 +0800 Subject: [PATCH] ci: lint Signed-off-by: yihong0618 --- handlers/dify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/dify.py b/handlers/dify.py index 7cbd6ac..cf3f3a5 100644 --- a/handlers/dify.py +++ b/handlers/dify.py @@ -23,7 +23,7 @@ if DIFY_API_KEY: # Global history cache dify_player_dict = {} -dify_player_c = {} # History cache is supported by dify cloud conversation_id. +dify_player_c = {} # History cache is supported by dify cloud conversation_id. def dify_handler(message: Message, bot: TeleBot) -> None: