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'])