|
@@ -16,9 +16,9 @@ class Main:
|
|
def main(cls, env):
|
|
def main(cls, env):
|
|
while True:
|
|
while True:
|
|
if datetime.datetime.now().hour >= 1:
|
|
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")
|
|
Common.logger("follow").info("获取关注人列表\n")
|
|
Follow.get_follow_users('follow')
|
|
Follow.get_follow_users('follow')
|