BBrother commited on
Commit
9aa7007
1 Parent(s): 8a57f8b

Update launch.py

Browse files
Files changed (1) hide show
  1. launch.py +1 -1
launch.py CHANGED
@@ -37,7 +37,7 @@ def find_and_print_links():
37
  print(url)
38
 
39
  # 打开日志文件以写入程序的所有输出
40
- log_file_path = '/content/logs_run.txt'
41
  log_file = open(log_file_path, 'w')
42
 
43
  # 使用tee命令将程序的输出同时写入日志文件和进程管道
 
37
  print(url)
38
 
39
  # 打开日志文件以写入程序的所有输出
40
+ log_file_path = '/bushu/logs_run.txt'
41
  log_file = open(log_file_path, 'w')
42
 
43
  # 使用tee命令将程序的输出同时写入日志文件和进程管道