From b79f40afbe849f56f7c2db94e9bcebf3f5e92ec6 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 04 八月 2023 09:47:45 +0800
Subject: [PATCH] redis连接池归还

---
 utils/socket_util.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/utils/socket_util.py b/utils/socket_util.py
index 10e7b9f..ea2fe85 100644
--- a/utils/socket_util.py
+++ b/utils/socket_util.py
@@ -72,4 +72,5 @@
     if sign == new_sign:
         return True
     else:
-        return False
\ No newline at end of file
+        return False
+

--
Gitblit v1.8.0