From 5d7c26484c11830f71f583596faba22a036857c6 Mon Sep 17 00:00:00 2001 From: z66 <1415243231@qq.com> Date: Fri, 26 Dec 2025 10:16:52 +0800 Subject: [PATCH] =?UTF-8?q?.gitignore&=E4=BF=AE=E5=A4=8Dmdwule=E5=BC=95?= =?UTF-8?q?=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 +++++++++ module.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..94fe0f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +### Example user template template +### Example user template + +# IntelliJ project files +.idea +*.iml +out +gen +.logs \ No newline at end of file diff --git a/module.py b/module.py index 67a441f..9647e30 100644 --- a/module.py +++ b/module.py @@ -356,7 +356,7 @@ class Module: def province_city_person_relation_to_bi(): print("GD_match_phone_number") try: - province_city_person_relation_to_bi = back_ground_module.province_city_person_relation_to_bi() + province_city_person_relation_to_bi = back_ground_module.ProvinceCityPersonRelationToBI() thread = threading.Thread(target=province_city_person_relation_to_bi.main) thread.start() return "data_Exception_Task"