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"