semmyk commited on
Commit
d82ee51
·
1 Parent(s): b5547bd

baseline08_beta01.6_28Sept25: fix oauth_token.token (convert_batch), log in, disable oauth logging

Browse files
Files changed (1) hide show
  1. ui/gradio_ui.py +1 -1
ui/gradio_ui.py CHANGED
@@ -89,7 +89,7 @@ def convert_batch(
89
  # get token from logged-in user:
90
  api_token = get_login_token(api_token_arg=api_token_gr, oauth_token=oauth_token)
91
  ##SMY: Strictly debug. Must not be live
92
- logger.log(level=30, msg="Commencing: get_login_token", extra={"api_token]": api_token, "api_token_gr": api_token_gr})
93
 
94
  try:
95
  ##SMY: might deprecate. To replace with oauth login from Gradio ui or integrate cleanly.
 
89
  # get token from logged-in user:
90
  api_token = get_login_token(api_token_arg=api_token_gr, oauth_token=oauth_token)
91
  ##SMY: Strictly debug. Must not be live
92
+ #logger.log(level=30, msg="Commencing: get_login_token", extra={"api_token]": api_token, "api_token_gr": api_token_gr})
93
 
94
  try:
95
  ##SMY: might deprecate. To replace with oauth login from Gradio ui or integrate cleanly.