瀏覽代碼

修改节假日数据1

tanghongbin 4 年之前
父節點
當前提交
05aae1257a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/DateController.py

+ 1 - 1
Controller/DateController.py

@@ -421,7 +421,7 @@ class DateConView(View):
             {"dayStr": "20211231", "type": "0"}
         ]
 
-        srt = [{"dayStr": h, "type": "该日期不支持,只支持2020年"}]
+        srt = [{"dayStr": h, "type": "该日期不支持,只支持2021年"}]
         for i in day:
             if i['dayStr'] == h:
                 print(i)