Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -348,8 +348,7 @@ def update_target_website():
|
|
| 348 |
value=auth_button_text.format(
|
| 349 |
get_target_website()))
|
| 350 |
|
| 351 |
-
return auth_button_text.format(
|
| 352 |
-
get_target_website())
|
| 353 |
|
| 354 |
|
| 355 |
# The below is a JS blob used to retrieve the URL params.
|
|
|
|
| 348 |
value=auth_button_text.format(
|
| 349 |
get_target_website()))
|
| 350 |
|
| 351 |
+
return auth_button_text.format(list_of_servers[0])
|
|
|
|
| 352 |
|
| 353 |
|
| 354 |
# The below is a JS blob used to retrieve the URL params.
|