19/09/2024 - 20h

master
cherif 2024-09-19 20:27:53 +02:00
parent 1a0233a17a
commit bd1eb71267
3 changed files with 24993 additions and 13 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="15/09/2024 - 18:00">
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="18/09/2024 - 21h">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" />
<change beforePath="$PROJECT_DIR$/partner_order.py" beforeDir="false" afterPath="$PROJECT_DIR$/partner_order.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/prj_common.py" beforeDir="false" afterPath="$PROJECT_DIR$/prj_common.py" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -74,13 +74,6 @@
<option name="presentableId" value="Default" />
<updated>1680804787304</updated>
</task>
<task id="LOCAL-00348" summary="11/07/2024 - 13h14">
<created>1720696494604</created>
<option name="number" value="00348" />
<option name="presentableId" value="LOCAL-00348" />
<option name="project" value="LOCAL" />
<updated>1720696494605</updated>
</task>
<task id="LOCAL-00349" summary="11/07/2024 - 13h14">
<created>1720853546536</created>
<option name="number" value="00349" />
@ -417,7 +410,14 @@
<option name="project" value="LOCAL" />
<updated>1726417849213</updated>
</task>
<option name="localTasksCounter" value="397" />
<task id="LOCAL-00397" summary="18/09/2024 - 21h">
<created>1726686298939</created>
<option name="number" value="00397" />
<option name="presentableId" value="LOCAL-00397" />
<option name="project" value="LOCAL" />
<updated>1726686298939</updated>
</task>
<option name="localTasksCounter" value="398" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -459,7 +459,6 @@
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="dddss" />
<MESSAGE value="17/08/2024 - 20h55" />
<MESSAGE value="18/08/2024 - 16h55" />
<MESSAGE value="18/08/2024 - 21h55" />
@ -484,6 +483,7 @@
<MESSAGE value="08/09/2024 - 21terth" />
<MESSAGE value="12/09/2024 - 13:00" />
<MESSAGE value="15/09/2024 - 18:00" />
<option name="LAST_COMMIT_MESSAGE" value="15/09/2024 - 18:00" />
<MESSAGE value="18/09/2024 - 21h" />
<option name="LAST_COMMIT_MESSAGE" value="18/09/2024 - 21h" />
</component>
</project>

File diff suppressed because it is too large Load Diff

View File

@ -6429,7 +6429,7 @@ def Get_Partner_Data_From_Subdomain(diction):
RetObject.append(JSONEncoder().encode(user))
# print(" ### RetObject = ", RetObject)
#print(" ### Get_Partner_Data_From_Subdomain RetObject = ", RetObject)
return True, RetObject
except Exception as e: