From 95e9e8a89b738647293bba93ffd08deedf92dd18 Mon Sep 17 00:00:00 2001 From: out0fmemory Date: Fri, 27 Dec 2019 18:43:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E5=88=B02020=E5=B9=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.py.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env.py.example b/env.py.example index 72be784..834460d 100644 --- a/env.py.example +++ b/env.py.example @@ -115,8 +115,8 @@ QUERY_JOBS = [ # 'job_name': 'bj -> sz', # 任务名称,不填默认会以车站名命名,不可重复 'account_key': 0, # 将会使用指定账号下单 'left_dates': [ # 出发日期 :Array - "2019-01-25", - "2019-01-26", + "2020-01-25", + "2020-01-26", ], 'stations': { # 车站 支持多个车站同时查询 :Dict or :List 'left': '北京',