rogerxavier commited on
Commit
ee75221
1 Parent(s): 7bc8b1b

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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