Limour commited on
Commit
341b821
1 Parent(s): 3d5fff1

Upload load_cache.py

Browse files
Files changed (1) hide show
  1. mods/load_cache.py +1 -0
mods/load_cache.py CHANGED
@@ -2,6 +2,7 @@ import os
2
 
3
 
4
  def init(cfg):
 
5
  if os.path.exists(cfg['setting_cache_path'].value):
6
  # ========== 加载角色卡-缓存 ==========
7
  tmp = cfg['model'].load_session(cfg['setting_cache_path'].value)
 
2
 
3
 
4
  def init(cfg):
5
+ print(cfg['setting_cache_path'].value)
6
  if os.path.exists(cfg['setting_cache_path'].value):
7
  # ========== 加载角色卡-缓存 ==========
8
  tmp = cfg['model'].load_session(cfg['setting_cache_path'].value)