From eaf63e8218444ff094aa86c48b47034966140679 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期五, 27 十月 2023 17:33:37 +0800
Subject: [PATCH] 初始化延时取消

---
 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