Spaces:
Sleeping
Sleeping
rogerxavier
commited on
Commit
•
ee75221
1
Parent(s):
7bc8b1b
Update utils.py
Browse files
utils.py
CHANGED
@@ -18,7 +18,7 @@ class configData():
|
|
18 |
self.data = load_config()
|
19 |
def update(self):
|
20 |
self.data = load_config()
|
21 |
-
print(self.data)
|
22 |
|
23 |
configData = configData()#复用实例
|
24 |
|
|
|
18 |
self.data = load_config()
|
19 |
def update(self):
|
20 |
self.data = load_config()
|
21 |
+
#print(self.data)
|
22 |
|
23 |
configData = configData()#复用实例
|
24 |
|