From 8405bd2402fb7b009cadf963aa61c55fc63c57d6 Mon Sep 17 00:00:00 2001 From: yuangyaa Date: Fri, 15 Aug 2025 03:05:16 +0800 Subject: [PATCH] Remove mobile platform --- core/management/commands/crawl_jjrb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/management/commands/crawl_jjrb.py b/core/management/commands/crawl_jjrb.py index c4ce837..b5fa168 100644 --- a/core/management/commands/crawl_jjrb.py +++ b/core/management/commands/crawl_jjrb.py @@ -9,7 +9,7 @@ class Command(BaseCommand): def add_arguments(self, parser): parser.add_argument('--platform', type=str, default='all', choices=['jjrb', 'mobile', 'all'], - help='选择爬取平台: jjrb(经济日报), mobile(移动端), all(全部)') + help='选择爬取平台: jjrb(经济日报), all(全部)') def handle(self, *args, **options): platform = options['platform']