wangkun 2 years ago
parent
commit
999ff69988
4 changed files with 2 additions and 2 deletions
  1. 1 1
      main/run_weishi_follow.py
  2. 1 1
      main/run_weishi_recommend.py
  3. 0 0
      main/weishi_follow.py
  4. 0 0
      main/weishi_recommend.py

+ 1 - 1
main/run_follow.py → main/run_weishi_follow.py

@@ -9,7 +9,7 @@ import time
 sys.path.append(os.getcwd())
 from main.common import Common
 from main.feishu_lib import Feishu
-from main.follow import DownloadFollow
+from main.weishi_follow import DownloadFollow
 
 
 class RunFollow:

+ 1 - 1
main/run_recommend.py → main/run_weishi_recommend.py

@@ -7,7 +7,7 @@ import sys
 import time
 sys.path.append(os.getcwd())
 from main.common import Common
-from main.recommend import Recommend
+from main.weishi_recommend import Recommend
 
 
 class Main:

+ 0 - 0
main/follow.py → main/weishi_follow.py


+ 0 - 0
main/recommend.py → main/weishi_recommend.py