tomerz-aai commited on
Commit
f0078b2
·
1 Parent(s): 9c7a699
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def add_solution_cbk(
111
  if not profile.username:
112
  return styled_error("Could not retrieve username. Please try signing in again.")
113
  # We rely on underscores as separators in submission ID, replace it with "-".
114
- user_id = profile.username.replace("_", "-")
115
 
116
  try:
117
  # Validating the submission file.
 
111
  if not profile.username:
112
  return styled_error("Could not retrieve username. Please try signing in again.")
113
  # We rely on underscores as separators in submission ID, replace it with "-".
114
+ # user_id = profile.username.replace("_", "-")
115
 
116
  try:
117
  # Validating the submission file.