wangkun 2 lat temu
rodzic
commit
047b4fb180
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2 2
      main/feishu_lib.py
  2. 1 1
      main/run_bot.py

+ 2 - 2
main/feishu_lib.py

@@ -544,7 +544,7 @@ class Feishu:
 
             elif crawler == "gongzhonghao_xinxin":
                 content = "公众号_信欣_爬虫表"
-                sheet_url = "https://w42nne6hzg.feishu.cn/sheets/shtcnoKThNquYRweaylMFVyo9Hc"
+                sheet_url = "https://w42nne6hzg.feishu.cn/sheets/shtcna98M2mX7TbivTj9Sb7WKBN?"
                 users = "\n<at id=" + str(cls.get_userid(log_type, "wangkun")) + "></at> <at id=" + str(
                     cls.get_userid(log_type, "xinxin")) + "></at>\n"
 
@@ -624,7 +624,7 @@ class Feishu:
 
 
 if __name__ == "__main__":
-    Feishu.bot("bot", "ggdc", "别紧张,还是我,测试一下")
+    Feishu.bot("bot", "gongzhonghao_xinxin", "别紧张,还是我,测试一下")
     # print(Feishu.get_userid("shipinhao", "lijinchao"))
     
     pass

+ 1 - 1
main/run_bot.py

@@ -444,7 +444,7 @@ class Bot:
 
 if __name__ == "__main__":
 
-    # Bot.robot_download_sheet("bot", "haokan_follow", 1)
+    # Bot.robot_download_sheet("bot", "gongzhonghao_xinxin", 1)
     Bot.main()
 
     pass