datacipen commited on
Commit
fa20b63
·
verified ·
1 Parent(s): f49397f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -612,7 +612,7 @@ auth = dash_auth.BasicAuth(
612
  app,
613
  VALID_USERNAME_PASSWORD_PAIRS
614
  )
615
- print(auth)
616
  def connexion_France_Travail():
617
  client = Api(client_id=os.getenv('POLE_EMPLOI_CLIENT_ID'),
618
  client_secret=os.getenv('POLE_EMPLOI_CLIENT_SECRET'))
 
612
  app,
613
  VALID_USERNAME_PASSWORD_PAIRS
614
  )
615
+ print(os.getenv('VALID_USERNAME_PASSWORD_PAIRS'))
616
  def connexion_France_Travail():
617
  client = Api(client_id=os.getenv('POLE_EMPLOI_CLIENT_ID'),
618
  client_secret=os.getenv('POLE_EMPLOI_CLIENT_SECRET'))