ソースを参照

Merge branch 'lierqiang'

lierqiang 2 年 前
コミット
a440d839b0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      xigua/xigua_follow/xigua_follow.py

+ 1 - 1
xigua/xigua_follow/xigua_follow.py

@@ -1018,7 +1018,7 @@ class Follow:
     def get_follow_videos(cls, log_type, crawler, strategy, oss_endpoint, env, machine):
         user_list = get_user_from_mysql(log_type, crawler, crawler, env)
         for user in user_list:
-            try
+            try:
                 spider_link = user["link"]
                 out_uid = spider_link.split('/')[-1]
                 user_name = user["nick_name"]