wangkun 2 years ago
parent
commit
f585f5d8dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      xinshi/xinshi_windows.py

+ 1 - 1
xinshi/xinshi_windows.py

@@ -117,7 +117,7 @@ class XinshiWindows:
     def write_url(cls, log_type, sheetid):
     def write_url(cls, log_type, sheetid):
         try:
         try:
             while True:
             while True:
-                if Feishu.get_values_batch(log_type, 'shipinhao', sheetid)[1][11] is not None\
+                if Feishu.get_values_batch(log_type, 'shipinhao', sheetid)[1][4] is not None\
                         and Feishu.get_values_batch(log_type, 'shipinhao', sheetid)[1][11] is None:
                         and Feishu.get_values_batch(log_type, 'shipinhao', sheetid)[1][11] is None:
                     Common.del_charles_files('recommend')
                     Common.del_charles_files('recommend')
                     cls.click_video(log_type)
                     cls.click_video(log_type)