From 0d85fb8ec2cef70970d3eab52c60a7d5631b5e03 Mon Sep 17 00:00:00 2001 From: cherif Date: Fri, 20 Oct 2023 18:53:32 +0200 Subject: [PATCH] zzz --- .idea/workspace.xml | 22 +++++++++++----------- Log/log_file.log | 9 +++++++++ Session_Formation.py | 2 +- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2c9568d..6c33bc3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,7 @@ - + @@ -77,13 +77,6 @@ @@ -435,7 +435,6 @@ - @@ -460,6 +459,7 @@ - \ No newline at end of file diff --git a/Log/log_file.log b/Log/log_file.log index f85d87e..83a97c4 100644 --- a/Log/log_file.log +++ b/Log/log_file.log @@ -1859510,3 +1859510,12 @@ INFO:werkzeug:127.0.0.1 - - [20/Oct/2023 18:43:08] "POST /myclass/api/GetActiveS INFO:werkzeug:127.0.0.1 - - [20/Oct/2023 18:43:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - INFO:werkzeug:127.0.0.1 - - [20/Oct/2023 18:43:08] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - INFO:werkzeug:127.0.0.1 - - [20/Oct/2023 18:43:08] "POST /myclass/api/GetActiveSession_Cities_And_Distance_Formation_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Session_Formation.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-10-20 18:53:24.528354 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-10-20 18:53:24.528354 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-10-20 18:53:24.528354 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-10-20 18:53:24.528354 : ++ FLASK PORT 5001 ++ +INFO:root:2023-10-20 18:53:24.528354 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 diff --git a/Session_Formation.py b/Session_Formation.py index a2423f1..a9bc06f 100644 --- a/Session_Formation.py +++ b/Session_Formation.py @@ -686,7 +686,7 @@ def GetActiveSession_Cities_And_Distance_Formation_List(diction): RetObject.append(mycommon.JSONEncoder().encode("A la demande")) - print("#### GetActiveSessionFormation_List RetObject = "+str(RetObject)) + #print("#### GetActiveSessionFormation_List RetObject = "+str(RetObject)) return True, RetObject