Commit 6f9c3a4c by wujicang

Update bsr_nsr_day_check.py

parent 42a3ee2e
......@@ -77,7 +77,7 @@ def check_By_offsetDay(offset: int):
if __name__ == '__main__':
# 明天晚上检查数据并导出
if CommonUtil.format_now("%Y-%m-%d", ) == '2024-05-18':
check_By_offsetDay(60)
if CommonUtil.format_now("%Y-%m-%d", ) == '2024-06-27':
check_By_offsetDay(5)
else:
check_By_offsetDay(1)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment