Skip to content

Commit 41f4560

Browse files
unknownunknown
unknown
authored and
unknown
committed
'fonctionnal_but_nonfinish'
1 parent 4913ca6 commit 41f4560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
GOOGLE_API_KEY = yupbnpttqgfpvjco
1+
GOOGLE_API_KEY="yupbnpttqgfpvjco"
22

send_candid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#coordonnées de l'email
2323
email_sender = "[email protected]"
2424
email_receiver = "[email protected]"
25-
app_password = os.environ.get("yupb nptt qgfp vjco") #mot de passe d'applications Google
25+
app_password = os.getenv("GOOGLE_API_KEY") #mot de passe d'applications Google
2626

2727
# Vérifie que le mot de passe de l'application est défini avant de passer à la suite
2828
if app_password is None:

0 commit comments

Comments
 (0)