From 01ad051f37d35cd4b62f4a190b10fcbc8e173351 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期四, 23 十一月 2023 22:58:16 +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