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

---
 l2/code_price_manager.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/l2/code_price_manager.py b/l2/code_price_manager.py
index ec0c7a3..4089971 100644
--- a/l2/code_price_manager.py
+++ b/l2/code_price_manager.py
@@ -27,7 +27,6 @@
     def __new__(cls, *args, **kwargs):
         if not cls.__instance:
             cls.__instance = super(Buy1PriceManager, cls).__new__(cls, *args, **kwargs)
-            time.sleep(random.randint(0, 2000) / 1000)
             cls.__load_datas()
         return cls.__instance
 

--
Gitblit v1.8.0