08/08/2024 - 20h32

master
cherif 2024-08-08 21:18:04 +02:00
parent 2bb71d50bb
commit 0618fe1e91
2 changed files with 10 additions and 1 deletions

View File

@ -2648254,3 +2648254,12 @@ INFO:root:2024-08-08 21:05:49.090808 : Security check : IP adresse '127.0.0.1'
INFO:werkzeug:127.0.0.1 - - [08/Aug/2024 21:05:49] "POST /myclass/api/Get_Given_Groupe_Inscrit_Data/ HTTP/1.1" 200 -
INFO:root:2024-08-08 21:05:50.797633 : Security check : IP adresse '127.0.0.1' connected
INFO:werkzeug:127.0.0.1 - - [08/Aug/2024 21:05:50] "POST /myclass/api/Get_Given_Groupe_Membres/ HTTP/1.1" 200 -
INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\groupe_inscrit_mgt.py', reloading
INFO:werkzeug: * Restarting with stat
INFO:root:2024-08-08 21:07:27.007993 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++
INFO:root:2024-08-08 21:07:27.009007 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++
INFO:root:2024-08-08 21:07:27.009007 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++
INFO:root:2024-08-08 21:07:27.009007 : ++ FLASK PORT 5001 ++
INFO:root:2024-08-08 21:07:27.009007 : ++ LMS_BAS_URL mysy-training.com/ ++
WARNING:werkzeug: * Debugger is active!
INFO:werkzeug: * Debugger PIN: 877-541-979

View File

@ -1885,7 +1885,7 @@ def Automatic_Split_Member_Inscrit_To_Grps(diction):
new_data['class_id'] = str(diction['class_id'])
new_data['session_id'] = str(diction['session_id'])
new_data['valide'] = "1"
new_data['locked'] = "0"