wangkun vor 2 Jahren
Ursprung
Commit
c295183890
3 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 0 0
      git_push.sh
  2. 4 4
      main/feishu_lib.py
  3. 1 1
      main/run_bot.py

+ 0 - 0
push.sh → git_push.sh


+ 4 - 4
main/feishu_lib.py

@@ -436,23 +436,23 @@ class Feishu:
                 content = '知乎_热门_已下载表'
                 sheet_url = 'https://w42nne6hzg.feishu.cn/sheets/shtcnkGPBmGsjaqapgzouuj8MXe?sheet=8871e3'
                 users = "\n<at id=" + str(cls.get_userid(log_type, "wangkun")) + "></at> <at id=" + str(
-                    cls.get_userid(log_type, "lijinchao")) + "></at>\n"
+                    cls.get_userid(log_type, "gaonannan")) + "></at>\n"
             elif crawler == 'zhihu_follow':
                 content = '知乎_定向_已下载表'
                 sheet_url = 'https://w42nne6hzg.feishu.cn/sheets/shtcnkGPBmGsjaqapgzouuj8MXe?sheet=4MGuux'
                 users = "\n<at id=" + str(cls.get_userid(log_type, "wangkun")) + "></at> <at id=" + str(
-                    cls.get_userid(log_type, "lijinchao")) + "></at>\n"
+                    cls.get_userid(log_type, "gaonannan")) + "></at>\n"
 
             elif crawler == 'haokan_hot':
                 content = '好看_热榜_已下载表'
                 sheet_url = 'https://w42nne6hzg.feishu.cn/sheets/shtcnaYz8Nhv8q6DbWtlL6rMEBd?sheet=5pWipX'
                 users = "\n<at id=" + str(cls.get_userid(log_type, "wangkun")) + "></at> <at id=" + str(
-                    cls.get_userid(log_type, "lijinchao")) + "></at>\n"
+                    cls.get_userid(log_type, "wuchaoyue")) + "></at>\n"
             elif crawler == 'haokan_channel':
                 content = '好看_频道_已下载表'
                 sheet_url = 'https://w42nne6hzg.feishu.cn/sheets/shtcnaYz8Nhv8q6DbWtlL6rMEBd?sheet=7f05d8'
                 users = "\n<at id=" + str(cls.get_userid(log_type, "wangkun")) + "></at> <at id=" + str(
-                    cls.get_userid(log_type, "lijinchao")) + "></at>\n"
+                    cls.get_userid(log_type, "wuchaoyue")) + "></at>\n"
 
             elif crawler == "music_album":
                 content = "音乐相册爬虫表"

+ 1 - 1
main/run_bot.py

@@ -328,7 +328,7 @@ class Bot:
                 Bot.robot_download_sheet("bot", "xiaoniangao_person", duration)
                 Bot.robot_download_sheet("bot", "xiaoniangao_play", duration)
 
-                Common.logger("bot").info("监控西瓜视频已下载表")
+                # Common.logger("bot").info("监控西瓜视频已下载表")
                 # Bot.robot_download_sheet("bot", "xigua_video", duration)
                 # Bot.robot_download_sheet("bot", "xigua_little_video", duration)