@@ -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)