diff --git a/Session_Formation.py b/Session_Formation.py index bb03a15..dcf45be 100644 --- a/Session_Formation.py +++ b/Session_Formation.py @@ -275,6 +275,7 @@ def GetActiveSessionFormation_List(diction): #print(" ##### retval = " + str(retval)) RetObject.append(mycommon.JSONEncoder().encode(retval)) + #print("####RetObject = "+str(RetObject)) return True, RetObject