From 04d74a8ef2873ff95cd1fd68169418bdd4687710 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Fri, 24 Oct 2025 11:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88levels=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=EF=BC=8C=E9=99=90=E5=88=B6classifications=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E4=BB=85=E4=B8=BA=E7=94=B3=E4=B8=87=E8=A1=8C=E4=B8=9A=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.py b/app.py index 71abe46d..b98b378d 100755 --- a/app.py +++ b/app.py @@ -6645,8 +6645,6 @@ def api_get_events(): applied_filters['start_date'] = start_date if end_date: applied_filters['end_date'] = end_date - if industry_classification: - applied_filters['industry_classification'] = industry_classification if industry_code: applied_filters['industry_code'] = industry_code if tag: