From 50ae8f09b1a73576cded0cab205ced6a53f5b07a Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 27 Oct 2025 16:33:58 +0800 Subject: [PATCH] fewfwe --- weex交易/30分钟仿盘交易.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/weex交易/30分钟仿盘交易.py b/weex交易/30分钟仿盘交易.py index 46f93e0..f9673d6 100644 --- a/weex交易/30分钟仿盘交易.py +++ b/weex交易/30分钟仿盘交易.py @@ -6,8 +6,6 @@ import requests from loguru import * from DrissionPage import * -from models.weex import * - def is_bullish(c): # 阳线 return float(c['close']) > float(c['open'])