refactor: 移除未使用的变量以简化代码逻辑
This commit is contained in:
@@ -119,7 +119,6 @@ class ChatObserver:
|
||||
self.last_cold_chat_check = current_time
|
||||
|
||||
# 判断是否冷场
|
||||
is_cold = False
|
||||
if self.last_message_time is None:
|
||||
is_cold = True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user