Browse Source

update 引入文件名字修改

lierqiang 2 years ago
parent
commit
1bca2c9994
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube/youtube_main/run_youtube_follow_scheduling.py

+ 1 - 1
youtube/youtube_main/run_youtube_follow_scheduling.py

@@ -7,7 +7,7 @@ import sys
 
 sys.path.append(os.getcwd())
 from common.common import Common
-from youtube.youtube_follow.youtube_follow_scheduleing import Follow
+from youtube.youtube_follow.youtube_follow_scheduling import Follow
 
 
 def main(log_type, crawler, task, oss_endpoint, env):