Spaces:
Sleeping
Sleeping
rogerxavier
commited on
Commit
•
1517ac0
1
Parent(s):
ee71b5d
Update utils.py
Browse files
utils.py
CHANGED
@@ -90,6 +90,8 @@ def random_chapter():
|
|
90 |
return None,None
|
91 |
|
92 |
def list_files():
|
|
|
|
|
93 |
return configData.data['file_info']
|
94 |
|
95 |
|
|
|
90 |
return None,None
|
91 |
|
92 |
def list_files():
|
93 |
+
#查看files信息的时候需要更新configData
|
94 |
+
configData.update()
|
95 |
return configData.data['file_info']
|
96 |
|
97 |
|