User1342 commited on
Commit
ac28582
·
1 Parent(s): 33b13a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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.