Update main.py
Browse files
main.py
CHANGED
@@ -54,8 +54,8 @@ def Chargement_des_datas_web(profile):
|
|
54 |
return txt
|
55 |
|
56 |
def connexion_France_Travail():
|
57 |
-
client = Api(client_id=os.
|
58 |
-
client_secret=os.
|
59 |
return client
|
60 |
|
61 |
def API_France_Travail_ROME(romeListArray):
|
|
|
54 |
return txt
|
55 |
|
56 |
def connexion_France_Travail():
|
57 |
+
client = Api(client_id=os.getenv('POLE_EMPLOI_CLIENT_ID'),
|
58 |
+
client_secret=os.getenv('POLE_EMPLOI_CLIENT_SECRET'))
|
59 |
return client
|
60 |
|
61 |
def API_France_Travail_ROME(romeListArray):
|