hassan526 commited on
Commit
90f1c0f
·
verified ·
1 Parent(s): 6b6642e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,6 +59,7 @@ def activate_sdk():
59
  init_ret = init_sdk(dict_path.encode('utf-8')).decode('utf-8')
60
  ret = json.loads(activate_ret).get("errorCode", None)
61
  print_log(f"Init SDK: {ret}")
 
62
  return ret
63
 
64
 
 
59
  init_ret = init_sdk(dict_path.encode('utf-8')).decode('utf-8')
60
  ret = json.loads(activate_ret).get("errorCode", None)
61
  print_log(f"Init SDK: {ret}")
62
+ sys.stdout.flush()
63
  return ret
64
 
65