From 3ea84f8adaeeb851e590fa74ceed009a0a19b08c Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期二, 28 十一月 2023 17:46:38 +0800
Subject: [PATCH] 近6个交易日涨幅过高实现

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

diff --git a/code_attribute/gpcode_manager.py b/code_attribute/gpcode_manager.py
index 5693e26..1b63305 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
 
@@ -592,8 +591,6 @@
 def get_limit_up_price_cache(code):
     if code in __limit_up_price_dict:
         return __limit_up_price_dict[code]
-
-
     return None
 
 

--
Gitblit v1.8.0