admin
2025-03-17 63889050e5e35c377ff30875a25fa6da6974052e
strategy/all_K_line.py
@@ -448,7 +448,7 @@
    while True:
        try:
            # 声明赋值实时时间
            now_time = data_cache.now_time
            now_time = tool.get_now_time_str()
            # print(f"now_time==={now_time}")
            # if now_time > data_cache.AFTER_CLOSING_TIME and data_cache.execution is False: