Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
f0078b2
1
Parent(s):
9c7a699
wip
Browse files
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.
|