wangkun 2 lat temu
rodzic
commit
27b9b2c209

+ 1 - 0
gongzhonghao/gongzhonghao_author/gongzhonghao1_author.py

@@ -53,6 +53,7 @@ class GongzhonghaoAuthor1:
         wechat_name = user_sheet[i][2]
         if wechat_name is None:
             wechat_name = user_name
+        Common.logger(log_type, crawler).info(f"befor_wechat_name:{type(wechat_name)}, {wechat_name}")
         our_uid = user_sheet[i][5]
         our_user_link = user_sheet[i][6]
         user_info_dict = cls.get_user_info(log_type=log_type, crawler=crawler, wechat_name=wechat_name, env=env)