rogerxavier commited on
Commit
9cbf490
1 Parent(s): a5c6f29

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -2
config.py CHANGED
@@ -43,8 +43,7 @@ def get_variables():
43
  # ]
44
 
45
  #不能加下划线,因为后面拼接的时候加了一个 且必须https
46
- bili_spaces = ['https://rogerxavier-moviepy-with-manga-test.hf.space'
47
- ]
48
 
49
  # 构造函数获取当前目录file list信息-不放config进行返回是为了避免引入旧值
50
  def update_file_info(root_dir):
 
43
  # ]
44
 
45
  #不能加下划线,因为后面拼接的时候加了一个 且必须https
46
+ bili_spaces = data['bili_spaces']
 
47
 
48
  # 构造函数获取当前目录file list信息-不放config进行返回是为了避免引入旧值
49
  def update_file_info(root_dir):