Explorar el Código

增加:清除 chls 文件

wangkun hace 3 años
padre
commit
104ecf048d
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 1
      main/demo.py
  2. 1 0
      main/run_recommend.py

+ 1 - 1
main/demo.py

@@ -54,4 +54,4 @@ if __name__ == "__main__":
     # demo.get_video_info()
     # demo.strtime_to_int()
     # demo.demo1()
-    print(int(0))
+    # Feishu.insert_columns("C8LQ1b", "ROWS", 1, 2)

+ 1 - 0
main/run_download_play_sendtime.py → main/run_recommend.py

@@ -18,6 +18,7 @@ class Main:
             prod_job_time = datetime.datetime.now()
             if prod_job_time.hour == 0 and prod_job_time.minute <= 10:
                 Common.del_logs()
+                Common.del_charles_files()
                 time.sleep(60)
             else:
                 get_feeds()