From bc06c485892b38a4606d4f8157e14c7996176d29 Mon Sep 17 00:00:00 2001 From: ngfchl Date: Thu, 26 Jan 2023 22:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=EF=BC=9A=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto_pt/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/auto_pt/views.py b/auto_pt/views.py index b0564e0..9f0122d 100644 --- a/auto_pt/views.py +++ b/auto_pt/views.py @@ -870,7 +870,6 @@ def update_site_api(request): if res.code != StatusCodeEnum.OK.code: return JsonResponse(data=res.to_dict(), safe=False) status = res.data[0] - pt_spider.today_data() if isinstance(status, SiteStatus): message = message_template.format( my_site.site.name,