From 6f324f1471a5e28188e9f4206b46cbafdf09d04c Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: 星期一, 16 一月 2023 17:58:31 +0800
Subject: [PATCH] 增加图像识别接口,禁止下单策略优化

---
 juejin.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/juejin.py b/juejin.py
index 3c4fe8f..e186d90 100644
--- a/juejin.py
+++ b/juejin.py
@@ -262,7 +262,7 @@
     # 閲囬泦鐨勪唬鐮佹暟閲忎笉瀵�
     if len(gpcode_manager.get_gp_list()) - len(prices) > 2:
         return
-    now_str = datetime.datetime.now().strftime("%H:%M:%S")
+    now_str = tool.get_now_time_str()
     now_strs = now_str.split(":")
     now_second = int(now_strs[0]) * 60 * 60 + int(now_strs[1]) * 60 + int(now_strs[2])
     start = 60 * 60 * 9 + 31 * 60

--
Gitblit v1.8.0