diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e17b7ed..8313c17 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,8 +5,11 @@
-
+
+
+
+
diff --git a/Inscription_mgt.py b/Inscription_mgt.py
index bf25df0..fc9d369 100644
--- a/Inscription_mgt.py
+++ b/Inscription_mgt.py
@@ -1211,18 +1211,11 @@ def PrintAttendeeDetail_perSession(diction):
{'internal_url': str(local_Insc_retval['class_internal_url'])})
my_local_title = ""
- if ("class_title" in local_formation.keys()):
- if local_formation['class_title']:
+ if ("title" in local_formation.keys()):
+ if local_formation['title']:
my_retrun_dict['class_title'] = local_formation['title']
my_local_title = local_formation['title']
- """
- if( my_local_title == "" ):
- mycommon.myprint(
- str(inspect.stack()[0][
- 3]) + " Impossible d'imprimer la fiche detaillée : le title de session est absent ")
- return False, " Impossible d'imprimer la fiche detaillée : le title de session est absent "
- """
@@ -1247,6 +1240,16 @@ def PrintAttendeeDetail_perSession(diction):
return False, " Impossible d'imprimer la fiche detaillée : Aucun formateur designé pour la session"
+ if ("distantiel" in tmp_val.keys()):
+ if tmp_val['distantiel']:
+ my_retrun_dict['distantiel'] = tmp_val['distantiel']
+
+ if ("presentiel" in tmp_val.keys()):
+ if tmp_val['presentiel']:
+ my_retrun_dict['presentiel'] = tmp_val['presentiel']
+
+
+
my_retrun_dict['partner'] = local_formation['institut_formation']
my_retrun_dict['img_url'] = local_formation['img_url']
@@ -1456,8 +1459,8 @@ def SendTrainingEvaluationEmail(diction):
my_retrun_dict['token_eval'] = local_Insc_retval['_id']
my_retrun_dict['session_id'] = local_Insc_retval['session_id']
- my_retrun_dict['date_du'] = local_Insc_retval['date_du']
- my_retrun_dict['date_au'] = local_Insc_retval['date_au']
+ my_retrun_dict['date_du'] = str(local_Insc_retval['date_du'])[1:10]
+ my_retrun_dict['date_au'] = str(local_Insc_retval['date_au'])[0:10]
my_retrun_dict['ville'] = local_Insc_retval['ville']
my_retrun_dict['code_postal'] = local_Insc_retval['code_postal']
my_retrun_dict['internal_url'] = local_Insc_retval['class_internal_url']
@@ -1471,11 +1474,29 @@ def SendTrainingEvaluationEmail(diction):
my_retrun_dict['email'] = local_Insc_retval['email']
# Recuperation des infotrmations de la formation
- print(" ## str(local_Insc_retval['class_internal_url']) = ",str(local_Insc_retval['class_internal_url']) )
+ print(" ### str(local_Insc_retval['class_internal_url']) = ",str(local_Insc_retval['class_internal_url']) )
local_formation = MYSY_GV.dbname['myclass'].find_one(
{'internal_url': str(local_Insc_retval['class_internal_url'])})
my_retrun_dict['title'] = local_formation['title']
+ # Recuperation des info de session
+ local_session_info = MYSY_GV.dbname['session_formation'].find_one({'formation_session_id': str(diction['session_id']),
+ 'valide': '1'})
+
+
+ if( local_session_info is None):
+ mycommon.myprint(str(inspect.stack()[0][3]) + " Impossible de recuperer les données de la session de formation")
+ return False, " Impossible de recuperer les données de la session de formation"
+
+ if ("distantiel" in local_session_info.keys()):
+ if local_session_info['distantiel']:
+ my_retrun_dict['distantiel'] = local_session_info['teldistantielephone']
+
+ if ("presentiel" in local_session_info.keys()):
+ if local_session_info['presentiel']:
+ my_retrun_dict['presentiel'] = local_session_info['presentiel']
+
+
# Envoi de l'email de notification au formateur
local_status, local_message = email_session.Evaluation_training_confirmation_mail(my_retrun_dict)
diff --git a/Log/log_file.log b/Log/log_file.log
index 6ba74e7..a3bb3b3 100644
--- a/Log/log_file.log
+++ b/Log/log_file.log
@@ -972379,3 +972379,1459 @@ INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:10:42] "POST /myclass/api/GetListEva
INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:10:42] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
INFO:root:2023-01-14 16:10:43.929577 : Security check : IP adresse '127.0.0.1' connected
INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:10:43] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 16:26:46.748487 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 16:26:46.748487 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 16:26:46.749483 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 16:26:46.749483 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:root:2023-01-14 16:34:14.158970 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 16:34:14.158970 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 16:34:14.159972 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 16:34:14.159972 : ++ FLASK PORT 5001 ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 16:34:28.139845 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 16:34:28.140842 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 16:34:28.140842 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 16:34:28.140842 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:root:2023-01-14 16:35:35.846512 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:35.847508 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:35.848517 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:35] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:35] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:36] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:36.671710 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:36.673709 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:36.753857 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:36.754856 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:36.770956 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:36] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:36] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:36] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:37] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:37.895461 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:37.898463 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:38] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.250520 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.257540 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.262540 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.268545 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.274077 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.282593 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.290141 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.294142 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.299144 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.308162 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.312164 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.315678 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.320694 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.326701 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.334699 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.337698 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.339701 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.347702 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.361711 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.365720 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.424247 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.426263 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.426263 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.427252 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.432254 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.439245 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.756199 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.757202 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.758215 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:39.763216 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.772217 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:39.777052 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:39] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:40.083317 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:40.084321 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:40.086311 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:40.092317 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:40] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:40] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:40.105318 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:40.110313 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:40] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:40.406526 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:40] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:40.415519 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:50.235029 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:50.976867 : partner_login Connexion partnair mysy5discovery@gmail.com : OK, Date : 2023-01-14 16:35:50.236028 , _id = 63aef9e685c01d76761b5487
+INFO:root:2023-01-14 16:35:50.982877 : partner_login Connexion partener_token : OK , _id = 63aefb49d2d6a991726f185f
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:50] "POST /myclass/api/partner_login/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:51.184993 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:51.188530 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:51] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:51.192534 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:51.197528 : Connexion du partner recid = 5e824773ec22c04aff24a171dd42ef47338cc59d23767b4fb8 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:51] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:51] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:51.453722 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:51] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:35:56.502706 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:56.504703 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:35:56.508711 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:56] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:56] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:35:56] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:01.627765 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:01.630764 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:01.632765 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:01] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:01.636774 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:01] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:01] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:01.640763 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:01] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:01] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:02.650932 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:02] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:12.389076 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:12.390081 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:12.391082 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:12] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:12] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:12] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:12.689711 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:12.690713 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:12] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:13.009352 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:13.012557 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:13.015547 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:13.018553 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:13.022549 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:13.024555 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:13.029557 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:13.034554 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:13.036552 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:13.038554 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:13.040552 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:13.042550 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:13.050552 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:13.055554 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:13.057554 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:13.061552 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:13.069553 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:13.073550 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:13.076551 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:13.078547 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:30.387989 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:30.390057 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:30.391395 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:30] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:30] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:30] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.134180 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:31.135181 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.453025 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:31.456026 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.459024 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.463031 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.467026 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.471023 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:31.474024 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.478655 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.482833 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:31.485829 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.488828 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:31.491827 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:31.494834 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.497833 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.501827 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.505834 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.512834 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.517846 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:31.520857 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:31.523843 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:53.387112 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:53.397129 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:53.400115 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:53] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:53] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:53] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:54.570334 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:54.572333 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:54] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.818401 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:55.822404 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.826416 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:55.827416 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:55.832417 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.837419 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.839953 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.844953 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.847951 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.850946 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.854007 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:55.856539 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.859539 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.865550 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.869553 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.874553 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.878066 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:36:55.882078 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.892081 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:36:55.895084 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:36:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:00.848910 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:00.854924 : partner_login Connexion partnair mysytraining@gmail.com : OK, Date : 2023-01-14 16:37:00.848910 , _id = 638139d0934a818b1f6f85f7
+INFO:root:2023-01-14 16:37:00.861005 : partner_login Connexion partener_token : OK , _id = 63813a72b4c6b1dce20a0481
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:00] "POST /myclass/api/partner_login/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:01.063553 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:01.066552 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:01] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:01.070550 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:01.075551 : Connexion du partner recid = 57c241ea55744b884d1f6c974e90fd1f905556bb1c80677d7d OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:01] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:01] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:01.353345 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:01] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:06.388358 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:06.390356 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:06.392357 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:06] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:06] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:06] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:15.389549 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:15.391552 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:15.395071 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:15] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:15] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:15] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:18.619057 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:18.622225 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:18.625304 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:18] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:18.628314 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:18] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:18.632313 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:18] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:18] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:18] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:19.705999 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:19] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:44.445944 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:44] "[32mGET /myclass/api/UserEmargementValidation/63c2bedeedbed5327483ff4c/2 HTTP/1.1[0m" 302 -
+INFO:root:2023-01-14 16:37:54.067726 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:54.068727 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:54.068727 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:54] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:54] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:54] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:54.321030 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:54.322044 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:54] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:54.753925 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:54] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:55.068239 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.069234 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.069234 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.070242 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.071232 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.076228 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:55.404359 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.405352 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.406352 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.407348 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.407348 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.408352 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:55.727107 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.728108 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.730639 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.731640 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.732638 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:37:55.739648 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:55] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:37:56.067027 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:37:56] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:38:38.065736 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:38:38] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:38:42.384400 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:38:43] "POST /myclass/api/SendTrainingEvaluationEmail/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 16:44:56.134331 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 16:44:56.134331 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 16:44:56.134331 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 16:44:56.134331 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 16:45:16.926071 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 16:45:16.926071 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 16:45:16.926071 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 16:45:16.926071 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 16:47:56.936746 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 16:47:56.936746 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 16:47:56.936746 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 16:47:56.936746 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 16:49:12.344360 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 16:49:12.344360 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 16:49:12.344360 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 16:49:12.344360 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 16:49:30.371448 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 16:49:30.372450 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 16:49:30.372450 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 16:49:30.372450 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 16:50:07.729422 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 16:50:07.729422 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 16:50:07.729422 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 16:50:07.729422 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:root:2023-01-14 16:50:23.205294 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:50:23.206295 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:50:23.207291 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:50:23.213301 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:50:23] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:50:23] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:50:23] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:50:23] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:50:23.693853 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:50:23] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:root:2023-01-14 16:50:24.011147 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:50:24.013148 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:50:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:50:24] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:55:56.215066 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:55:56.215066 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:55:56.216078 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:55:56] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:55:56] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:55:56] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:56:11.902004 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:56:11] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:root:2023-01-14 16:56:12.220957 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:56:12.220957 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:56:12] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:56:12] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:56:19.180211 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:56:19.181208 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:56:19.184207 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:56:19.186206 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:56:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:56:19] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:56:19] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:56:19] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:56:19.524271 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:56:19] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:root:2023-01-14 16:56:19.832080 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:56:19.833074 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:56:19] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:56:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:57:03.209874 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:57:03.209874 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:57:03.210869 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:57:03] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:57:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:57:03] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:57:57.895541 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:57:57] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:root:2023-01-14 16:57:58.210426 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:57:58.211424 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:57:58] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:57:58] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:59:20.771894 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:59:20.771894 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:59:20.772909 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:59:20.773915 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:59:20.773915 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:59:20.774900 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:20] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:20] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:20] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:20] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:59:21.096710 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:21] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:59:31.603623 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:59:31.604613 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:59:31.604613 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:59:31.608625 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:31] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:31] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:31] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 16:59:31.884510 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:31] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:root:2023-01-14 16:59:32.191699 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 16:59:32.192710 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:32] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 16:59:32] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:00:19.228772 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:00:19] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:root:2023-01-14 17:00:19.230772 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:00:19.233309 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:00:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:00:19] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:01:48.208104 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:01:48.209090 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:01:48] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:root:2023-01-14 17:01:48.210776 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:01:48] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:01:48] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:01:57.980249 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:01:57] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:01:58.289792 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:01:58.290798 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:01:58.294329 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:01:58] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:01:58] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:01:58] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:01:59.023672 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:01:59.024673 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:01:59] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:root:2023-01-14 17:01:59.025671 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:01:59] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:01:59] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:04:09.215995 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:04:09.215995 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:04:09.216996 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:09] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:09] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:09] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:04:12.669338 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:12] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:04:12.973187 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:04:12.975197 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:04:12.976185 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:12] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:12] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:12] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:04:13.770038 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:04:13.771041 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:04:13.772030 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:13] "[33mPOST /myclass/api/ckeckEvaluationToken/ HTTP/1.1[0m" 404 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:13] "POST /myclass/api/GetListOpco/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:04:35.766666 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:35] "POST /myclass/api/Evaluation_Class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:04:47.251024 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:04:47.254021 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:04:47.257023 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:47] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:47] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:47] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:04:50.400656 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:04:50.403643 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:50] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:04:50.407652 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:50] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:04:50.411649 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:50] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:04:50.415647 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:50] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:50] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:04:51.462474 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:04:51] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:05:06.801863 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:05:06] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:05:11.448479 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '\n\n\n
\n\t\n\t\t

\n\t
\n\t\n\t\n\t\t

\n\t
\n\t\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\n\t\t\t\t
\n\n\t\t\t\t\tInstitut de formation : 5 Discovery
\n\t\t\t\t\tFormation :
\n\t\t\t\t\tDate session : 11/01/2023 24:00:00 au 11/01/2023 24:00:00
\n\t\t\t\t\tAdresse : adresse 1
\n\t\t\t\t\tFormateur : 5 Discovery
\n\n\t\t\t\t
\n\n\n\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\tNom & Prénom : nom_cheri cherif
\n\t\t\t\t\tTéléphone : 10101
\n\t\t\t\t\tEmail : billardman01@hotmail.com
\n\t\t\t\t\tAdresse : adresse 1, 75000 paris
\n\t\t\t\t\tDate inscription :
\n\t\t\t\t\tEmployeur : Mysy
\n\t\t\t\t\tMode de financement : modefinancement
\n\n\n\n\t\t\t\t
\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tDate | \n\t\t\t\t\t\t\tMatin | \n\t\t\t\t\t\t\tApres Midi | \n\n\t\t\t\t\t\t
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t2023-01-11\n\t\t\t\t\t\t\t | \n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t X | \n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t2023-01-12\n\t\t\t\t\t\t\t | \n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\tDate évaluation : 2023-01-14
\n\t\t\t\t\tNote : 4.5
\n\t\t\t\t\tEvaluation :
c\'etait bien.
\n\n\n\n\n\t\t\t\t
\n\t\t\t
\n\n\t\t\t
\n\n\t\t\t\n\n\n\n\t\t
\n\n\t
\n\t
\n\t Date impression : 14/01/2023
\n\n\n'
+ dest = <_io.BufferedRandom name='./Emargement/fichier_presence.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib
+DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645
+DEBUG:xhtml2pdf:FileObject 'https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='https', netloc='img.mysy-training.com', path='/5doscovery/Logo_complet_couleurswebp.webp', params='', query='', fragment=''), 'https')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 75.0, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Sending request for https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp with httplib
+DEBUG:xhtml2pdf:Uri parsed: https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp
+DEBUG:PIL.Image:Importing BlpImagePlugin
+DEBUG:PIL.Image:Importing BmpImagePlugin
+DEBUG:PIL.Image:Importing BufrStubImagePlugin
+DEBUG:PIL.Image:Importing CurImagePlugin
+DEBUG:PIL.Image:Importing DcxImagePlugin
+DEBUG:PIL.Image:Importing DdsImagePlugin
+DEBUG:PIL.Image:Importing EpsImagePlugin
+DEBUG:PIL.Image:Importing FitsImagePlugin
+DEBUG:PIL.Image:Importing FitsStubImagePlugin
+DEBUG:PIL.Image:Importing FliImagePlugin
+DEBUG:PIL.Image:Importing FpxImagePlugin
+DEBUG:PIL.Image:Image: failed to import FpxImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing FtexImagePlugin
+DEBUG:PIL.Image:Importing GbrImagePlugin
+DEBUG:PIL.Image:Importing GifImagePlugin
+DEBUG:PIL.Image:Importing GribStubImagePlugin
+DEBUG:PIL.Image:Importing Hdf5StubImagePlugin
+DEBUG:PIL.Image:Importing IcnsImagePlugin
+DEBUG:PIL.Image:Importing IcoImagePlugin
+DEBUG:PIL.Image:Importing ImImagePlugin
+DEBUG:PIL.Image:Importing ImtImagePlugin
+DEBUG:PIL.Image:Importing IptcImagePlugin
+DEBUG:PIL.Image:Importing JpegImagePlugin
+DEBUG:PIL.Image:Importing Jpeg2KImagePlugin
+DEBUG:PIL.Image:Importing McIdasImagePlugin
+DEBUG:PIL.Image:Importing MicImagePlugin
+DEBUG:PIL.Image:Image: failed to import MicImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing MpegImagePlugin
+DEBUG:PIL.Image:Importing MpoImagePlugin
+DEBUG:PIL.Image:Importing MspImagePlugin
+DEBUG:PIL.Image:Importing PalmImagePlugin
+DEBUG:PIL.Image:Importing PcdImagePlugin
+DEBUG:PIL.Image:Importing PcxImagePlugin
+DEBUG:PIL.Image:Importing PdfImagePlugin
+DEBUG:PIL.Image:Importing PixarImagePlugin
+DEBUG:PIL.Image:Importing PngImagePlugin
+DEBUG:PIL.Image:Importing PpmImagePlugin
+DEBUG:PIL.Image:Importing PsdImagePlugin
+DEBUG:PIL.Image:Importing SgiImagePlugin
+DEBUG:PIL.Image:Importing SpiderImagePlugin
+DEBUG:PIL.Image:Importing SunImagePlugin
+DEBUG:PIL.Image:Importing TgaImagePlugin
+DEBUG:PIL.Image:Importing TiffImagePlugin
+DEBUG:PIL.Image:Importing WebPImagePlugin
+DEBUG:PIL.Image:Importing WmfImagePlugin
+DEBUG:PIL.Image:Importing XbmImagePlugin
+DEBUG:PIL.Image:Importing XpmImagePlugin
+DEBUG:PIL.Image:Importing XVThumbImagePlugin
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:Col widths: [None, '20%', '20%']
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:05:12] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/10008_S6/billardman01@hotmail.com HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:06:14.441122 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:06:14.442122 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:06:14.444119 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:06:14.445128 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:06:14] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:06:14] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:06:14] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:06:15.168356 : MySyckeckEvaluationToken 0 est different de 1. impossible de faire l'evaluation
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:06:15] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:14:31.286608 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:14:31.288608 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:14:31] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:14:31.292610 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:14:31] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:14:31] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:14:34.072244 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:14:34.074703 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:14:34.078259 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:14:34] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:14:34.080253 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:14:34] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:14:34.087256 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:14:34] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:14:34] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:14:34] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:14:35.097285 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:14:35] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:14:39.786719 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:14:39] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:14:42.691491 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '\n\n\n\n\t\n\t\t

\n\t
\n\t\n\t\n\t\t

\n\t
\n\t\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\n\t\t\t\t
\n\n\t\t\t\t\tInstitut de formation : 5 Discovery
\n\t\t\t\t\tFormation :
\n\t\t\t\t\tDate session : 11/01/2023 24:00:00 au 11/01/2023 24:00:00
\n\t\t\t\t\tAdresse : adresse 1
\n\t\t\t\t\tFormateur : 5 Discovery
\n\n\t\t\t\t
\n\n\n\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\tNom & Prénom : nom_cheri cherif
\n\t\t\t\t\tTéléphone : 10101
\n\t\t\t\t\tEmail : billardman01@hotmail.com
\n\t\t\t\t\tAdresse : adresse 1, 75000 paris
\n\t\t\t\t\tDate inscription : 14/01/2023 15:40:20
\n\t\t\t\t\tEmployeur : Mysy
\n\t\t\t\t\tMode de financement : modefinancement
\n\n\n\n\t\t\t\t
\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tDate | \n\t\t\t\t\t\t\tMatin | \n\t\t\t\t\t\t\tApres Midi | \n\n\t\t\t\t\t\t
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t2023-01-11\n\t\t\t\t\t\t\t | \n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t X | \n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t2023-01-12\n\t\t\t\t\t\t\t | \n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\tDate évaluation : 2023-01-14
\n\t\t\t\t\tNote : 4.5
\n\t\t\t\t\tEvaluation :
c\'etait bien.
\n\n\n\n\n\t\t\t\t
\n\t\t\t
\n\n\t\t\t
\n\n\t\t\t\n\n\n\n\t\t
\n\n\t
\n\t
\n\t Date impression : 14/01/2023
\n\n\n'
+ dest = <_io.BufferedRandom name='./Emargement/fichier_presence.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib
+DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645
+DEBUG:xhtml2pdf:FileObject 'https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='https', netloc='img.mysy-training.com', path='/5doscovery/Logo_complet_couleurswebp.webp', params='', query='', fragment=''), 'https')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 75.0, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Sending request for https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp with httplib
+DEBUG:xhtml2pdf:Uri parsed: https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:Col widths: [None, '20%', '20%']
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:14:42] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/10008_S6/billardman01@hotmail.com HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:17:08.027756 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:17:08.027756 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:17:08.027756 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:17:08.027756 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:root:2023-01-14 17:17:08.220614 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '\n\n\n\n\t\n\t\t

\n\t
\n\t\n\t\n\t\t

\n\t
\n\t\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\n\t\t\t\t
\n\n\t\t\t\t\tInstitut de formation : 5 Discovery
\n\t\t\t\t\tFormation : GESTION DU STRESS
\n\t\t\t\t\tDate session : 11/01/2023 24:00:00 au 11/01/2023 24:00:00
\n\t\t\t\t\tAdresse : adresse 1
\n\t\t\t\t\tFormateur : 5 Discovery
\n\n\t\t\t\t
\n\n\n\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\tNom & Prénom : nom_cheri cherif
\n\t\t\t\t\tTéléphone : 10101
\n\t\t\t\t\tEmail : billardman01@hotmail.com
\n\t\t\t\t\tAdresse : adresse 1, 75000 paris
\n\t\t\t\t\tDate inscription : 14/01/2023 15:40:20
\n\t\t\t\t\tEmployeur : Mysy
\n\t\t\t\t\tMode de financement : modefinancement
\n\n\n\n\t\t\t\t
\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tDate | \n\t\t\t\t\t\t\tMatin | \n\t\t\t\t\t\t\tApres Midi | \n\n\t\t\t\t\t\t
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t2023-01-11\n\t\t\t\t\t\t\t | \n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t X | \n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t2023-01-12\n\t\t\t\t\t\t\t | \n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\tDate évaluation : 2023-01-14
\n\t\t\t\t\tNote : 4.5
\n\t\t\t\t\tEvaluation :
c\'etait bien.
\n\n\n\n\n\t\t\t\t
\n\t\t\t
\n\n\t\t\t
\n\n\t\t\t\n\n\n\n\t\t
\n\n\t
\n\t
\n\t Date impression : 14/01/2023
\n\n\n'
+ dest = <_io.BufferedRandom name='./Emargement/fichier_presence.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib
+DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645
+DEBUG:xhtml2pdf:FileObject 'https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='https', netloc='img.mysy-training.com', path='/5doscovery/Logo_complet_couleurswebp.webp', params='', query='', fragment=''), 'https')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 75.0, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Sending request for https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp with httplib
+DEBUG:xhtml2pdf:Uri parsed: https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp
+DEBUG:PIL.Image:Importing BlpImagePlugin
+DEBUG:PIL.Image:Importing BmpImagePlugin
+DEBUG:PIL.Image:Importing BufrStubImagePlugin
+DEBUG:PIL.Image:Importing CurImagePlugin
+DEBUG:PIL.Image:Importing DcxImagePlugin
+DEBUG:PIL.Image:Importing DdsImagePlugin
+DEBUG:PIL.Image:Importing EpsImagePlugin
+DEBUG:PIL.Image:Importing FitsImagePlugin
+DEBUG:PIL.Image:Importing FitsStubImagePlugin
+DEBUG:PIL.Image:Importing FliImagePlugin
+DEBUG:PIL.Image:Importing FpxImagePlugin
+DEBUG:PIL.Image:Image: failed to import FpxImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing FtexImagePlugin
+DEBUG:PIL.Image:Importing GbrImagePlugin
+DEBUG:PIL.Image:Importing GifImagePlugin
+DEBUG:PIL.Image:Importing GribStubImagePlugin
+DEBUG:PIL.Image:Importing Hdf5StubImagePlugin
+DEBUG:PIL.Image:Importing IcnsImagePlugin
+DEBUG:PIL.Image:Importing IcoImagePlugin
+DEBUG:PIL.Image:Importing ImImagePlugin
+DEBUG:PIL.Image:Importing ImtImagePlugin
+DEBUG:PIL.Image:Importing IptcImagePlugin
+DEBUG:PIL.Image:Importing JpegImagePlugin
+DEBUG:PIL.Image:Importing Jpeg2KImagePlugin
+DEBUG:PIL.Image:Importing McIdasImagePlugin
+DEBUG:PIL.Image:Importing MicImagePlugin
+DEBUG:PIL.Image:Image: failed to import MicImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing MpegImagePlugin
+DEBUG:PIL.Image:Importing MpoImagePlugin
+DEBUG:PIL.Image:Importing MspImagePlugin
+DEBUG:PIL.Image:Importing PalmImagePlugin
+DEBUG:PIL.Image:Importing PcdImagePlugin
+DEBUG:PIL.Image:Importing PcxImagePlugin
+DEBUG:PIL.Image:Importing PdfImagePlugin
+DEBUG:PIL.Image:Importing PixarImagePlugin
+DEBUG:PIL.Image:Importing PngImagePlugin
+DEBUG:PIL.Image:Importing PpmImagePlugin
+DEBUG:PIL.Image:Importing PsdImagePlugin
+DEBUG:PIL.Image:Importing SgiImagePlugin
+DEBUG:PIL.Image:Importing SpiderImagePlugin
+DEBUG:PIL.Image:Importing SunImagePlugin
+DEBUG:PIL.Image:Importing TgaImagePlugin
+DEBUG:PIL.Image:Importing TiffImagePlugin
+DEBUG:PIL.Image:Importing WebPImagePlugin
+DEBUG:PIL.Image:Importing WmfImagePlugin
+DEBUG:PIL.Image:Importing XbmImagePlugin
+DEBUG:PIL.Image:Importing XpmImagePlugin
+DEBUG:PIL.Image:Importing XVThumbImagePlugin
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:Col widths: [None, '20%', '20%']
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:17:08] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/10008_S6/billardman01@hotmail.com HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:18:34.063879 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:18:34.063879 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:18:34.063879 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:18:34.063879 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:19:13.572703 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:19:13.572703 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:19:13.572703 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:19:13.572703 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:root:2023-01-14 17:21:08.407833 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '\n\n\n\n\t\n\t\t

\n\t
\n\t\n\t\n\t\t

\n\t
\n\t\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\n\t\t\t\t
\n\n\t\t\t\t\tInstitut de formation : 5 Discovery
\n\t\t\t\t\tFormation : GESTION DU STRESS
\n\t\t\t\t\tDate session : 11/01/2023 24:00:00 au 11/01/2023 24:00:00
\n\t\t\t\t\tAdresse : adresse 1
\n\t\t\t\t\tFormateur : 0
\n\t\t\t\t\tA distance : / En presence : 1 \n\n\t\t\t\t
\n\n\n\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\tNom & Prénom : nom_cheri cherif
\n\t\t\t\t\tTéléphone : 10101
\n\t\t\t\t\tEmail : billardman01@hotmail.com
\n\t\t\t\t\tAdresse : adresse 1, 75000 paris
\n\t\t\t\t\tDate inscription : 14/01/2023 15:40:20
\n\t\t\t\t\tEmployeur : Mysy
\n\t\t\t\t\tMode de financement : modefinancement
\n\n\n\n\t\t\t\t
\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tDate | \n\t\t\t\t\t\t\tMatin | \n\t\t\t\t\t\t\tApres Midi | \n\n\t\t\t\t\t\t
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t2023-01-11\n\t\t\t\t\t\t\t | \n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t X | \n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t2023-01-12\n\t\t\t\t\t\t\t | \n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\tDate évaluation : 2023-01-14
\n\t\t\t\t\tNote : 4.5
\n\t\t\t\t\tEvaluation :
c\'etait bien.
\n\n\n\n\n\t\t\t\t
\n\t\t\t
\n\n\t\t\t
\n\n\t\t\t\n\n\n\n\t\t
\n\n\t
\n\t
\n\t Date impression : 14/01/2023
\n\n\n'
+ dest = <_io.BufferedRandom name='./Emargement/fichier_presence.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib
+DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645
+DEBUG:xhtml2pdf:FileObject 'https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='https', netloc='img.mysy-training.com', path='/5doscovery/Logo_complet_couleurswebp.webp', params='', query='', fragment=''), 'https')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 75.0, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Sending request for https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp with httplib
+DEBUG:xhtml2pdf:Uri parsed: https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp
+DEBUG:PIL.Image:Importing BlpImagePlugin
+DEBUG:PIL.Image:Importing BmpImagePlugin
+DEBUG:PIL.Image:Importing BufrStubImagePlugin
+DEBUG:PIL.Image:Importing CurImagePlugin
+DEBUG:PIL.Image:Importing DcxImagePlugin
+DEBUG:PIL.Image:Importing DdsImagePlugin
+DEBUG:PIL.Image:Importing EpsImagePlugin
+DEBUG:PIL.Image:Importing FitsImagePlugin
+DEBUG:PIL.Image:Importing FitsStubImagePlugin
+DEBUG:PIL.Image:Importing FliImagePlugin
+DEBUG:PIL.Image:Importing FpxImagePlugin
+DEBUG:PIL.Image:Image: failed to import FpxImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing FtexImagePlugin
+DEBUG:PIL.Image:Importing GbrImagePlugin
+DEBUG:PIL.Image:Importing GifImagePlugin
+DEBUG:PIL.Image:Importing GribStubImagePlugin
+DEBUG:PIL.Image:Importing Hdf5StubImagePlugin
+DEBUG:PIL.Image:Importing IcnsImagePlugin
+DEBUG:PIL.Image:Importing IcoImagePlugin
+DEBUG:PIL.Image:Importing ImImagePlugin
+DEBUG:PIL.Image:Importing ImtImagePlugin
+DEBUG:PIL.Image:Importing IptcImagePlugin
+DEBUG:PIL.Image:Importing JpegImagePlugin
+DEBUG:PIL.Image:Importing Jpeg2KImagePlugin
+DEBUG:PIL.Image:Importing McIdasImagePlugin
+DEBUG:PIL.Image:Importing MicImagePlugin
+DEBUG:PIL.Image:Image: failed to import MicImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing MpegImagePlugin
+DEBUG:PIL.Image:Importing MpoImagePlugin
+DEBUG:PIL.Image:Importing MspImagePlugin
+DEBUG:PIL.Image:Importing PalmImagePlugin
+DEBUG:PIL.Image:Importing PcdImagePlugin
+DEBUG:PIL.Image:Importing PcxImagePlugin
+DEBUG:PIL.Image:Importing PdfImagePlugin
+DEBUG:PIL.Image:Importing PixarImagePlugin
+DEBUG:PIL.Image:Importing PngImagePlugin
+DEBUG:PIL.Image:Importing PpmImagePlugin
+DEBUG:PIL.Image:Importing PsdImagePlugin
+DEBUG:PIL.Image:Importing SgiImagePlugin
+DEBUG:PIL.Image:Importing SpiderImagePlugin
+DEBUG:PIL.Image:Importing SunImagePlugin
+DEBUG:PIL.Image:Importing TgaImagePlugin
+DEBUG:PIL.Image:Importing TiffImagePlugin
+DEBUG:PIL.Image:Importing WebPImagePlugin
+DEBUG:PIL.Image:Importing WmfImagePlugin
+DEBUG:PIL.Image:Importing XbmImagePlugin
+DEBUG:PIL.Image:Importing XpmImagePlugin
+DEBUG:PIL.Image:Importing XVThumbImagePlugin
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:Col widths: [None, '20%', '20%']
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:21:08] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/10008_S6/billardman01@hotmail.com HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:21:37.471646 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:21:37.471646 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:21:37.471646 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:21:37.471646 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:root:2023-01-14 17:21:41.271366 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:xhtml2pdf:pisaDocument options:
+ src = '\n\n\n\n\t\n\t\t

\n\t
\n\t\n\t\n\t\t

\n\t
\n\t\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\n\t\t\t\t
\n\n\t\t\t\t\tInstitut de formation : 5 Discovery
\n\t\t\t\t\tFormation : GESTION DU STRESS
\n\t\t\t\t\tDate session : 11/01/2023 24:00:00 au 11/01/2023 24:00:00
\n\t\t\t\t\tAdresse : adresse 1
\n\t\t\t\t\tFormateur : 5 Discovery
\n\t\t\t\t\tA distance : 0 / En presence : 1 \n\n\t\t\t\t
\n\n\n\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\tNom & Prénom : nom_cheri cherif
\n\t\t\t\t\tTéléphone : 10101
\n\t\t\t\t\tEmail : billardman01@hotmail.com
\n\t\t\t\t\tAdresse : adresse 1, 75000 paris
\n\t\t\t\t\tDate inscription : 14/01/2023 15:40:20
\n\t\t\t\t\tEmployeur : Mysy
\n\t\t\t\t\tMode de financement : modefinancement
\n\n\n\n\t\t\t\t
\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tDate | \n\t\t\t\t\t\t\tMatin | \n\t\t\t\t\t\t\tApres Midi | \n\n\t\t\t\t\t\t
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t2023-01-11\n\t\t\t\t\t\t\t | \n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t X | \n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t2023-01-12\n\t\t\t\t\t\t\t | \n\n\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t | \n\t\t\t\t\t\t\t\n\n\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\n\t\t\t
\n\t\t\t
\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\tDate évaluation : 2023-01-14
\n\t\t\t\t\tNote : 4.5
\n\t\t\t\t\tEvaluation :
c\'etait bien.
\n\n\n\n\n\t\t\t\t
\n\t\t\t
\n\n\t\t\t
\n\n\t\t\t\n\n\n\n\t\t
\n\n\t
\n\t
\n\t Date impression : 14/01/2023
\n\n\n'
+ dest = <_io.BufferedRandom name='./Emargement/fichier_presence.pdf'>
+ path = None
+ link_callback = None
+ xhtml = False
+ context_meta = None
+DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 60.0, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib
+DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645
+DEBUG:xhtml2pdf:FileObject 'https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__'
+DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='https', netloc='img.mysy-training.com', path='/5doscovery/Logo_complet_couleurswebp.webp', params='', query='', fragment=''), 'https')
+DEBUG:xhtml2pdf:Parsing img tag, src:
+DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 75.0, 'height': None, 'align': None, 'id': None}
+DEBUG:xhtml2pdf:Sending request for https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp with httplib
+DEBUG:xhtml2pdf:Uri parsed: https://img.mysy-training.com/5doscovery/Logo_complet_couleurswebp.webp
+DEBUG:PIL.Image:Importing BlpImagePlugin
+DEBUG:PIL.Image:Importing BmpImagePlugin
+DEBUG:PIL.Image:Importing BufrStubImagePlugin
+DEBUG:PIL.Image:Importing CurImagePlugin
+DEBUG:PIL.Image:Importing DcxImagePlugin
+DEBUG:PIL.Image:Importing DdsImagePlugin
+DEBUG:PIL.Image:Importing EpsImagePlugin
+DEBUG:PIL.Image:Importing FitsImagePlugin
+DEBUG:PIL.Image:Importing FitsStubImagePlugin
+DEBUG:PIL.Image:Importing FliImagePlugin
+DEBUG:PIL.Image:Importing FpxImagePlugin
+DEBUG:PIL.Image:Image: failed to import FpxImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing FtexImagePlugin
+DEBUG:PIL.Image:Importing GbrImagePlugin
+DEBUG:PIL.Image:Importing GifImagePlugin
+DEBUG:PIL.Image:Importing GribStubImagePlugin
+DEBUG:PIL.Image:Importing Hdf5StubImagePlugin
+DEBUG:PIL.Image:Importing IcnsImagePlugin
+DEBUG:PIL.Image:Importing IcoImagePlugin
+DEBUG:PIL.Image:Importing ImImagePlugin
+DEBUG:PIL.Image:Importing ImtImagePlugin
+DEBUG:PIL.Image:Importing IptcImagePlugin
+DEBUG:PIL.Image:Importing JpegImagePlugin
+DEBUG:PIL.Image:Importing Jpeg2KImagePlugin
+DEBUG:PIL.Image:Importing McIdasImagePlugin
+DEBUG:PIL.Image:Importing MicImagePlugin
+DEBUG:PIL.Image:Image: failed to import MicImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing MpegImagePlugin
+DEBUG:PIL.Image:Importing MpoImagePlugin
+DEBUG:PIL.Image:Importing MspImagePlugin
+DEBUG:PIL.Image:Importing PalmImagePlugin
+DEBUG:PIL.Image:Importing PcdImagePlugin
+DEBUG:PIL.Image:Importing PcxImagePlugin
+DEBUG:PIL.Image:Importing PdfImagePlugin
+DEBUG:PIL.Image:Importing PixarImagePlugin
+DEBUG:PIL.Image:Importing PngImagePlugin
+DEBUG:PIL.Image:Importing PpmImagePlugin
+DEBUG:PIL.Image:Importing PsdImagePlugin
+DEBUG:PIL.Image:Importing SgiImagePlugin
+DEBUG:PIL.Image:Importing SpiderImagePlugin
+DEBUG:PIL.Image:Importing SunImagePlugin
+DEBUG:PIL.Image:Importing TgaImagePlugin
+DEBUG:PIL.Image:Importing TiffImagePlugin
+DEBUG:PIL.Image:Importing WebPImagePlugin
+DEBUG:PIL.Image:Importing WmfImagePlugin
+DEBUG:PIL.Image:Importing XbmImagePlugin
+DEBUG:PIL.Image:Importing XpmImagePlugin
+DEBUG:PIL.Image:Importing XVThumbImagePlugin
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:None
+DEBUG:xhtml2pdf:Col 1 has width 20%
+DEBUG:xhtml2pdf:Col 2 has width 20%
+DEBUG:xhtml2pdf:Col widths: [None, '20%', '20%']
+DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13
+DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25
+DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:21:41] "GET /myclass/api/PrintAttendeeDetail_perSession/Khj9OnIPxc8cZfkVm2mdU9TVgrbhn3_MuA/10008_S6/billardman01@hotmail.com HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:23:19.593168 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:23:19.596169 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:23:19.598168 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:23:19.603163 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:23:19] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:23:19] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:23:19] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:23:20.534655 : MySyckeckEvaluationToken 0 est different de 1. impossible de faire l'evaluation
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:23:20] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:15.783418 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:15] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:16.087856 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:16.088853 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:16.089859 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:16] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:16.108863 : MySyckeckEvaluationToken 0 est different de 1. impossible de faire l'evaluation
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:16] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:16] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:28.124392 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:28.125388 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:28.126387 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:28] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:28] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:28] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:28.397464 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:28.398459 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:28] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:29.100903 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:29.416902 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:29.416902 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:29.417900 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:29.418898 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:29.419899 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:29.420902 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:29.739225 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:29.746494 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:29.747503 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:29.748502 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:29.750501 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:29.751504 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:29] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:30.046023 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:30.066732 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:30.066732 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:30.067729 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:30.071336 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:30.074345 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:30] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:30] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:30] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:30.364116 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:30] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:24:31.152998 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:31.156001 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:31.158000 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:24:31.161007 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:31] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:31] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:24:31] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:25:01.302356 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:01] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:25:01.617257 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:25:01.618245 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:25:01.621259 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:01] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:01] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:01] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:25:14.202491 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:25:14.203492 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:25:14.204487 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:25:14.205485 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:14] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:14] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:14] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:14] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:25:41.310522 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:41] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:25:41.623760 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:25:41.624752 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:25:41.628759 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:41] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:25:41] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:27:41.389264 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:27:41.390264 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:27:41.393267 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:27:41.395788 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:27:41] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:27:41] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:27:41] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:27:41] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:29:17.847619 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:29:17.849619 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:29:17.851622 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:29:17.855623 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:29:17] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:29:17] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:29:17] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:29:17] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:30:47.808966 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:30:47.810967 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:30:47.813991 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:30:47.816978 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:30:47] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:30:47] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:30:47] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:30:47] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:37:08.846849 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:37:08.846849 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:37:08.846849 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:37:08.846849 : ++ FLASK PORT 5001 ++
+INFO:werkzeug:[31m[1mWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.[0m
+ * Running on http://localhost:5001
+INFO:werkzeug:[33mPress CTRL+C to quit[0m
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:37:16.625595 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:37:16.625595 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:37:16.625595 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:37:16.625595 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:root:2023-01-14 17:39:10.252185 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:PIL.Image:Importing BlpImagePlugin
+DEBUG:PIL.Image:Importing BmpImagePlugin
+DEBUG:PIL.Image:Importing BufrStubImagePlugin
+DEBUG:PIL.Image:Importing CurImagePlugin
+DEBUG:PIL.Image:Importing DcxImagePlugin
+DEBUG:PIL.Image:Importing DdsImagePlugin
+DEBUG:PIL.Image:Importing EpsImagePlugin
+DEBUG:PIL.Image:Importing FitsImagePlugin
+DEBUG:PIL.Image:Importing FitsStubImagePlugin
+DEBUG:PIL.Image:Importing FliImagePlugin
+DEBUG:PIL.Image:Importing FpxImagePlugin
+DEBUG:PIL.Image:Image: failed to import FpxImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing FtexImagePlugin
+DEBUG:PIL.Image:Importing GbrImagePlugin
+DEBUG:PIL.Image:Importing GifImagePlugin
+DEBUG:PIL.Image:Importing GribStubImagePlugin
+DEBUG:PIL.Image:Importing Hdf5StubImagePlugin
+DEBUG:PIL.Image:Importing IcnsImagePlugin
+DEBUG:PIL.Image:Importing IcoImagePlugin
+DEBUG:PIL.Image:Importing ImImagePlugin
+DEBUG:PIL.Image:Importing ImtImagePlugin
+DEBUG:PIL.Image:Importing IptcImagePlugin
+DEBUG:PIL.Image:Importing JpegImagePlugin
+DEBUG:PIL.Image:Importing Jpeg2KImagePlugin
+DEBUG:PIL.Image:Importing McIdasImagePlugin
+DEBUG:PIL.Image:Importing MicImagePlugin
+DEBUG:PIL.Image:Image: failed to import MicImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing MpegImagePlugin
+DEBUG:PIL.Image:Importing MpoImagePlugin
+DEBUG:PIL.Image:Importing MspImagePlugin
+DEBUG:PIL.Image:Importing PalmImagePlugin
+DEBUG:PIL.Image:Importing PcdImagePlugin
+DEBUG:PIL.Image:Importing PcxImagePlugin
+DEBUG:PIL.Image:Importing PdfImagePlugin
+DEBUG:PIL.Image:Importing PixarImagePlugin
+DEBUG:PIL.Image:Importing PngImagePlugin
+DEBUG:PIL.Image:Importing PpmImagePlugin
+DEBUG:PIL.Image:Importing PsdImagePlugin
+DEBUG:PIL.Image:Importing SgiImagePlugin
+DEBUG:PIL.Image:Importing SpiderImagePlugin
+DEBUG:PIL.Image:Importing SunImagePlugin
+DEBUG:PIL.Image:Importing TgaImagePlugin
+DEBUG:PIL.Image:Importing TiffImagePlugin
+DEBUG:PIL.Image:Importing WebPImagePlugin
+DEBUG:PIL.Image:Importing WmfImagePlugin
+DEBUG:PIL.Image:Importing XbmImagePlugin
+DEBUG:PIL.Image:Importing XpmImagePlugin
+DEBUG:PIL.Image:Importing XVThumbImagePlugin
+INFO:root:2023-01-14 17:39:10.643205 : external_code = TEST_10008_1 ==> SENSIBILISER AUX HANDICAPS
+INFO:root:2023-01-14 17:39:11.272800 : La formation indexée (champ title) =63c2daaeedbed5327484238c
+INFO:root:2023-01-14 17:39:11.273784 : 1 ont été indexes => title
+INFO:root:2023-01-14 17:39:11.277801 : 0 ont été indexes ==> keyword
+INFO:root:2023-01-14 17:39:11.834678 : add_class - La valeur 'external_code' n'est pas presente dans liste
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:39:11] "POST /myclass/api/add_class_mass/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:41:25.342927 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:41:25.345929 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:41:25.346927 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:41:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:41:25.355931 : Connexion du partner recid = 57c241ea55744b884d1f6c974e90fd1f905556bb1c80677d7d OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:41:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:41:25] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:41:25.898150 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:41:25] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:41:37.969924 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:41:38.112003 : external_code = TEST_10008_1 ==> SENSIBILISER AUX HANDICAPS
+INFO:root:2023-01-14 17:41:38.412054 : La formation indexée (champ title) =63c2daaeedbed5327484238c
+INFO:root:2023-01-14 17:41:38.412054 : 1 ont été indexes => title
+INFO:root:2023-01-14 17:41:38.417054 : 0 ont été indexes ==> keyword
+INFO:root:2023-01-14 17:41:38.421037 : add_class - La valeur 'external_code' n'est pas presente dans liste
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:41:38] "POST /myclass/api/add_class_mass/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:42:34.528806 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:42:34.657088 : external_code = TEST_10008_1 ==> SENSIBILISER AUX HANDICAPS
+INFO:root:2023-01-14 17:42:34.938730 : La formation indexée (champ title) =63c2daaeedbed5327484238c
+INFO:root:2023-01-14 17:42:34.938730 : 1 ont été indexes => title
+INFO:root:2023-01-14 17:42:34.942734 : 0 ont été indexes ==> keyword
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:42:34] "POST /myclass/api/add_class_mass/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:42:42.126473 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:42:42] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:42:42.220506 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:42:42] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 17:42:52.820439 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 17:42:52.823439 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:42:52] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 17:42:52] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:44:17.347417 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:44:17.347417 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:44:17.347417 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:44:17.347417 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:44:28.728193 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:44:28.728193 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:44:28.728193 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:44:28.728193 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:45:15.001059 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:45:15.002056 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:45:15.002056 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:45:15.002056 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:47:24.795618 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:47:24.795618 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:47:24.795618 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:47:24.795618 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\prj_common.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:48:31.370872 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:48:31.370872 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:48:31.371872 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:48:31.371872 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\prj_common.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:50:53.522823 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:50:53.522823 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:50:53.522823 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:50:53.522823 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading
+INFO:werkzeug: * Restarting with stat
+INFO:root:2023-01-14 17:51:41.110640 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
+INFO:root:2023-01-14 17:51:41.110640 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
+INFO:root:2023-01-14 17:51:41.110640 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
+INFO:root:2023-01-14 17:51:41.110640 : ++ FLASK PORT 5001 ++
+WARNING:werkzeug: * Debugger is active!
+INFO:werkzeug: * Debugger PIN: 127-713-359
+INFO:root:2023-01-14 18:00:40.618135 : Security check : IP adresse '127.0.0.1' connected
+DEBUG:PIL.Image:Importing BlpImagePlugin
+DEBUG:PIL.Image:Importing BmpImagePlugin
+DEBUG:PIL.Image:Importing BufrStubImagePlugin
+DEBUG:PIL.Image:Importing CurImagePlugin
+DEBUG:PIL.Image:Importing DcxImagePlugin
+DEBUG:PIL.Image:Importing DdsImagePlugin
+DEBUG:PIL.Image:Importing EpsImagePlugin
+DEBUG:PIL.Image:Importing FitsImagePlugin
+DEBUG:PIL.Image:Importing FitsStubImagePlugin
+DEBUG:PIL.Image:Importing FliImagePlugin
+DEBUG:PIL.Image:Importing FpxImagePlugin
+DEBUG:PIL.Image:Image: failed to import FpxImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing FtexImagePlugin
+DEBUG:PIL.Image:Importing GbrImagePlugin
+DEBUG:PIL.Image:Importing GifImagePlugin
+DEBUG:PIL.Image:Importing GribStubImagePlugin
+DEBUG:PIL.Image:Importing Hdf5StubImagePlugin
+DEBUG:PIL.Image:Importing IcnsImagePlugin
+DEBUG:PIL.Image:Importing IcoImagePlugin
+DEBUG:PIL.Image:Importing ImImagePlugin
+DEBUG:PIL.Image:Importing ImtImagePlugin
+DEBUG:PIL.Image:Importing IptcImagePlugin
+DEBUG:PIL.Image:Importing JpegImagePlugin
+DEBUG:PIL.Image:Importing Jpeg2KImagePlugin
+DEBUG:PIL.Image:Importing McIdasImagePlugin
+DEBUG:PIL.Image:Importing MicImagePlugin
+DEBUG:PIL.Image:Image: failed to import MicImagePlugin: No module named 'olefile'
+DEBUG:PIL.Image:Importing MpegImagePlugin
+DEBUG:PIL.Image:Importing MpoImagePlugin
+DEBUG:PIL.Image:Importing MspImagePlugin
+DEBUG:PIL.Image:Importing PalmImagePlugin
+DEBUG:PIL.Image:Importing PcdImagePlugin
+DEBUG:PIL.Image:Importing PcxImagePlugin
+DEBUG:PIL.Image:Importing PdfImagePlugin
+DEBUG:PIL.Image:Importing PixarImagePlugin
+DEBUG:PIL.Image:Importing PngImagePlugin
+DEBUG:PIL.Image:Importing PpmImagePlugin
+DEBUG:PIL.Image:Importing PsdImagePlugin
+DEBUG:PIL.Image:Importing SgiImagePlugin
+DEBUG:PIL.Image:Importing SpiderImagePlugin
+DEBUG:PIL.Image:Importing SunImagePlugin
+DEBUG:PIL.Image:Importing TgaImagePlugin
+DEBUG:PIL.Image:Importing TiffImagePlugin
+DEBUG:PIL.Image:Importing WebPImagePlugin
+DEBUG:PIL.Image:Importing WmfImagePlugin
+DEBUG:PIL.Image:Importing XbmImagePlugin
+DEBUG:PIL.Image:Importing XpmImagePlugin
+DEBUG:PIL.Image:Importing XVThumbImagePlugin
+INFO:root:2023-01-14 18:00:40.880458 : external_code = TEST_10008_1 ==> SENSIBILISER AUX HANDICAPS
+INFO:root:2023-01-14 18:00:41.188046 : La formation indexée (champ title) =63c2dfb8edbed53274842a2b
+INFO:root:2023-01-14 18:00:41.188046 : 1 ont été indexes => title
+INFO:root:2023-01-14 18:00:41.193029 : 0 ont été indexes ==> keyword
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:00:41] "POST /myclass/api/add_class_mass/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:00:43.776291 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:00:43] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:00:43.838295 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:00:43] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:00:48.698871 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:00:48.700875 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:00:48] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:00:48] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:01:21.217167 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:01:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:01:21.273814 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:01:21] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:03:23.260334 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:03:23.263359 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:03:23.265359 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:03:23] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:03:23.271353 : Connexion du partner recid = 57c241ea55744b884d1f6c974e90fd1f905556bb1c80677d7d OK. Mise à jour du firstconnexion et/ou lastconnexion : OK
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:03:23] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:03:23] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:03:23.350457 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:03:23] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:05:20.372265 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:05:20.496550 : external_code = TEST_10008_1 ==> SENSIBILISER AUX HANDICAPS
+INFO:root:2023-01-14 18:05:20.791774 : La formation indexée (champ title) =63c2e0d0edbed53274842bc0
+INFO:root:2023-01-14 18:05:20.791774 : 1 ont été indexes => title
+INFO:root:2023-01-14 18:05:20.796801 : 0 ont été indexes ==> keyword
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:05:20] "POST /myclass/api/add_class_mass/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:05:24.683078 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:05:24] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:05:24.746084 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:05:24] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:05:36.588154 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:05:36.591228 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:05:36] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:05:36] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:05:46.519479 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:05:46.522476 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:05:46] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:05:46] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:06:40.231495 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:06:40.233498 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:06:40.237495 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:06:40] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:06:40.238494 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:06:40] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:06:40] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:06:40.878435 : get_associated_class_of_partnair - La valeur : internal_url 'sensibiliser-aux-handicaps-14e' est KOO dans la myclass
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:06:40] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:07:01.159263 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:07:01.288211 : external_code = TEST_10008_1 ==> SENSIBILISER AUX HANDICAPS
+INFO:root:2023-01-14 18:07:01.577746 : La formation indexée (champ title) =63c2e135edbed53274842c70
+INFO:root:2023-01-14 18:07:01.577746 : 1 ont été indexes => title
+INFO:root:2023-01-14 18:07:01.581746 : 0 ont été indexes ==> keyword
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:07:01] "POST /myclass/api/add_class_mass/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:07:09.877821 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:07:09] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:07:09.968035 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:07:09] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:07:13.671906 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:07:13.674918 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:07:13.677942 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:07:13.681026 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:07:13] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:07:13] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:07:13] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:07:13] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:10:03.317852 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:10:03.448729 : external_code = TEST_10008_1 ==> SENSIBILISER AUX HANDICAPS
+INFO:root:2023-01-14 18:10:03.736649 : La formation indexée (champ title) =63c2e1ebedbed53274842d80
+INFO:root:2023-01-14 18:10:03.736649 : 1 ont été indexes => title
+INFO:root:2023-01-14 18:10:03.741595 : 0 ont été indexes ==> keyword
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:10:03] "POST /myclass/api/add_class_mass/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:10:07.169216 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:10:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:10:07.261178 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:10:07] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:10:11.740285 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:10:11.743286 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:10:11.746284 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:10:11.749283 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:10:11] "POST /myclass/api/get_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:10:11] "POST /myclass/api/MySyckeckEvaluationToken/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:10:11] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:10:11] "POST /myclass/api/get_associated_class_of_partnair/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:15:40.506783 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:15:40] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:15:40.573316 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:15:40] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:15:46.991830 : Security check : IP adresse '127.0.0.1' connected
+INFO:root:2023-01-14 18:15:46.994845 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:15:47] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:15:47] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:16:47.669165 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:16:47] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:16:50.221180 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:16:50] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 -
+INFO:root:2023-01-14 18:16:50.278564 : Security check : IP adresse '127.0.0.1' connected
+INFO:werkzeug:127.0.0.1 - - [14/Jan/2023 18:16:50] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 -
diff --git a/class_mgt.py b/class_mgt.py
index c482baa..4571039 100644
--- a/class_mgt.py
+++ b/class_mgt.py
@@ -2534,8 +2534,9 @@ def add_class_mass(file=None, Folder=None, diction=None):
mydata['external_code'] = str(df['external_code'].values[n]).strip()
mydata['title'] = str(df['titre'].values[n]).strip()
mydata['domaine'] = str(df['domaine'].values[n]).strip()
- mydata['description'] = str(df['description'].values[n]).strip()
-
+ tmp_desc = str(df['description'].values[n]).strip()
+ tmp_desc = mycommon.format_MySy_Text_Tag(tmp_desc)
+ mydata['description'] = tmp_desc
formateur = ""
if ("formateur" in df.keys()):
@@ -2570,6 +2571,8 @@ def add_class_mass(file=None, Folder=None, diction=None):
if ("plus_produit" in df.keys()):
if (str(df['plus_produit'].values[n])):
plus_produit = str(df['plus_produit'].values[n]).strip()
+ plus_produit = mycommon.format_MySy_Text_Tag(plus_produit)
+
mydata['plus_produit'] = plus_produit
mots_cle = ""
@@ -2635,6 +2638,8 @@ def add_class_mass(file=None, Folder=None, diction=None):
if ("objectif" in df.keys()):
if (str(df['objectif'].values[n])):
objectif = str(df['objectif'].values[n]).strip()
+ objectif = mycommon.format_MySy_Text_Tag(objectif)
+
mydata['objectif'] = objectif
note = ""
@@ -2647,18 +2652,24 @@ def add_class_mass(file=None, Folder=None, diction=None):
if ("programme" in df.keys()):
if (str(df['programme'].values[n])):
programme = str(df['programme'].values[n]).strip()
+ programme = mycommon.format_MySy_Text_Tag(programme)
+
mydata['programme'] = programme
prerequis = ""
if ("prerequis" in df.keys()):
if (str(df['prerequis'].values[n])):
prerequis = str(df['prerequis'].values[n]).strip()
+ prerequis = mycommon.format_MySy_Text_Tag(prerequis)
+
mydata['prerequis'] = prerequis
pourqui = ""
if ("pourqui" in df.keys()):
if (str(df['pourqui'].values[n])):
pourqui = str(df['pourqui'].values[n]).strip()
+ pourqui = mycommon.format_MySy_Text_Tag(pourqui)
+
mydata['pourqui'] = pourqui
support = ""
diff --git a/data_indexees.csv b/data_indexees.csv
index 81d1961..cd76e1a 100644
--- a/data_indexees.csv
+++ b/data_indexees.csv
@@ -1,4 +1,3 @@
,index,mots,occurence,moyenne,id_formation,source_field
-0,0,parole,1,0.33,CODE_10006,title
-1,1,prise,1,0.33,CODE_10006,title
-2,2,public,1,0.33,CODE_10006,title
+0,0,handicap,1,0.5,TEST_10008_1,title
+1,1,sensibiliser,1,0.5,TEST_10008_1,title
diff --git a/ela_output_test_file_pandas_2.txt b/ela_output_test_file_pandas_2.txt
index c3d2f7d..25dd0f2 100644
--- a/ela_output_test_file_pandas_2.txt
+++ b/ela_output_test_file_pandas_2.txt
@@ -1,3 +1,3 @@
-Empty DataFrame
-Columns: [mots, occurence, moyenne, id_formation, source_field]
-Index: []
\ No newline at end of file
+ mots occurence moyenne id_formation source_field
+0 handicap 1 0.5 TEST_10008_1 title
+1 sensibiliser 1 0.5 TEST_10008_1 title
\ No newline at end of file
diff --git a/email_inscription_mgt.py b/email_inscription_mgt.py
index 23c7830..d579769 100644
--- a/email_inscription_mgt.py
+++ b/email_inscription_mgt.py
@@ -478,6 +478,8 @@ def Evaluation_training_confirmation_mail(diction):
"date_fin": str(diction['date_au']),
"adresse": str(diction['adresse']),
"title": str(diction['title']),
+ "presentiel": str(diction['presentiel']),
+ "distantiel": str(diction['distantiel']),
"email": str(diction['email']),
"mysyurl": str(my_url)} }
diff --git a/prj_common.py b/prj_common.py
index 92c45c8..3e808c0 100644
--- a/prj_common.py
+++ b/prj_common.py
@@ -2642,3 +2642,22 @@ def cleanhtml(raw_html):
CLEANR = re.compile('<.*?>')
cleantext = re.sub(CLEANR, '', raw_html).replace(" ", "")
return cleantext
+
+"""
+Cette fonction un texte et ajuste des tag, pour faciliter l'import et formatage des formations
+ => souligner
+ => Gras
+ => tablulation
+ => saut de ligne
+"""
+def format_MySy_Text_Tag(sentence):
+ sentence = sentence.replace("", "
")
+ sentence = sentence.replace("", "<\t>")
+
+ sentence = sentence.replace("", "")
+ sentence = sentence.replace("", "")
+
+ sentence = sentence.replace("", "")
+ sentence = sentence.replace("", "")
+
+ return sentence
\ No newline at end of file