OpenDILab commited on
Commit
6770f68
1 Parent(s): 6619675

dev(hus): add test data

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ if __name__ == '__main__':
146
  )
147
  with scheduler.lock:
148
  with JSON_DATASET_PATH.open("a") as f:
149
- json.dump(logging.getLogger().setLevel(logging.WARNING), f)
150
  f.write("\n")
151
  ###########################
152
 
 
146
  )
147
  with scheduler.lock:
148
  with JSON_DATASET_PATH.open("a") as f:
149
+ json.dump('test data', f)
150
  f.write("\n")
151
  ###########################
152