From fb47d36048e94b9a506d5c153e3dd19a01e37df1 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 30 十月 2023 16:30:27 +0800
Subject: [PATCH] bug修复

---
 code_attribute/gpcode_manager.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/code_attribute/gpcode_manager.py b/code_attribute/gpcode_manager.py
index 5693e26..86ddbee 100644
--- a/code_attribute/gpcode_manager.py
+++ b/code_attribute/gpcode_manager.py
@@ -356,7 +356,6 @@
     def __new__(cls, *args, **kwargs):
         if not cls.__instance:
             cls.__instance = super(FirstGPCodesManager, cls).__new__(cls, *args, **kwargs)
-            time.sleep(random.randint(0, 2000) / 1000)
             cls.__load_datas()
         return cls.__instance
 

--
Gitblit v1.8.0