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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def load_config():
15
  class configData():
16
  def update(self):
17
  self.data = load_config()
18
- print(self.data)
19
  return self.data
20
 
21
 
 
15
  class configData():
16
  def update(self):
17
  self.data = load_config()
18
+ #print(self.data)
19
  return self.data
20
 
21