huaxin_client/tool.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
huaxin_client/tool.py
@@ -3,6 +3,7 @@ def is_trade_time(): return True relative_timestamp = time.time() % (24 * 60 * 60) + 8 * 60 * 60 start1 = 60 * 60 * 9 + 24 * 60 end1 = 60 * 60 * 11 + 31 * 60