wangkun 2 years ago
parent
commit
da9c97dae9
2 changed files with 3 additions and 6 deletions
  1. 3 3
      main/run_kuaishou_follow.py
  2. 0 3
      videos/__init__.py

+ 3 - 3
main/run_kuaishou_follow.py

@@ -16,9 +16,9 @@ class Main:
     def main(cls, env):
         while True:
             if datetime.datetime.now().hour >= 1:
-                # Common.logger("follow").info("同步关注人列表\n")
-                # Follow.del_follow_user_from_feishu('follow')
-                # Follow.get_follow_users_to_feishu('follow')
+                Common.logger("follow").info("同步关注人列表\n")
+                Follow.del_follow_user_from_feishu('follow')
+                Follow.get_follow_users_to_feishu('follow')
 
                 Common.logger("follow").info("获取关注人列表\n")
                 Follow.get_follow_users('follow')

+ 0 - 3
videos/__init__.py

@@ -1,3 +0,0 @@
-# -*- coding: utf-8 -*-
-# @Author: wangkun
-# @Time: 2022/3/30