25/04/23 - 21h
parent
6642c2adbe
commit
6102ea81c9
|
@ -1,13 +1,10 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="24/04/23 - 21h">
|
<list default="true" id="c6d0259a-16e1-410d-91a1-830590ee2a08" name="Changes" comment="25/04/23 - 21h">
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/GlobalVariable.py" beforeDir="false" afterPath="$PROJECT_DIR$/GlobalVariable.py" 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$/Log/log_file.log" beforeDir="false" afterPath="$PROJECT_DIR$/Log/log_file.log" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/lms_chamilo/mysy_lms.py" beforeDir="false" afterPath="$PROJECT_DIR$/lms_chamilo/mysy_lms.py" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/lms_chamilo/mysy_lms.py" beforeDir="false" afterPath="$PROJECT_DIR$/lms_chamilo/mysy_lms.py" afterDir="false" />
|
||||||
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/prj_common.py" beforeDir="false" afterPath="$PROJECT_DIR$/prj_common.py" afterDir="false" />
|
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
@ -148,7 +145,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1682362261760</updated>
|
<updated>1682362261760</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="13" />
|
<task id="LOCAL-00013" summary="25/04/23 - 21h">
|
||||||
|
<created>1682451543498</created>
|
||||||
|
<option name="number" value="00013" />
|
||||||
|
<option name="presentableId" value="LOCAL-00013" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1682451543498</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="14" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="Vcs.Log.Tabs.Properties">
|
<component name="Vcs.Log.Tabs.Properties">
|
||||||
|
@ -174,6 +178,7 @@
|
||||||
<MESSAGE value="22/04/23 - 19h" />
|
<MESSAGE value="22/04/23 - 19h" />
|
||||||
<MESSAGE value="23/04/23 - 19h" />
|
<MESSAGE value="23/04/23 - 19h" />
|
||||||
<MESSAGE value="24/04/23 - 21h" />
|
<MESSAGE value="24/04/23 - 21h" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="24/04/23 - 21h" />
|
<MESSAGE value="25/04/23 - 21h" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="25/04/23 - 21h" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
1743
Log/log_file.log
1743
Log/log_file.log
File diff suppressed because one or more lines are too long
|
@ -2618,7 +2618,7 @@ def Lms_Add_Logo_File(file=None, Folder=None, diction=None):
|
||||||
password=MYSY_GV.MYSY_FTP_PWD, cnopts=cnopts) as session:
|
password=MYSY_GV.MYSY_FTP_PWD, cnopts=cnopts) as session:
|
||||||
print("Connection successfully established ... ")
|
print("Connection successfully established ... ")
|
||||||
localFilePath = saved_file
|
localFilePath = saved_file
|
||||||
remoteFilePath = str(MYSY_GV.MYSY_LMS_BASE_DIRECTORY)+"web/css/themes/"+str(lms_theme_name)+"/images/header-logo_test.png"
|
remoteFilePath = str(MYSY_GV.MYSY_LMS_BASE_DIRECTORY)+"web/css/themes/"+str(lms_theme_name)+"/images/header-logo.png"
|
||||||
|
|
||||||
print(" ### DEPLACEMENT DE " + str(localFilePath) + " VERS " + str(remoteFilePath) + " AVANTTT TRAITEMENT")
|
print(" ### DEPLACEMENT DE " + str(localFilePath) + " VERS " + str(remoteFilePath) + " AVANTTT TRAITEMENT")
|
||||||
# Use put method to upload a file
|
# Use put method to upload a file
|
||||||
|
@ -2719,7 +2719,7 @@ def Lms_Add_BG_File(file=None, Folder=None, diction=None):
|
||||||
password=MYSY_GV.MYSY_FTP_PWD, cnopts=cnopts) as session:
|
password=MYSY_GV.MYSY_FTP_PWD, cnopts=cnopts) as session:
|
||||||
print("Connection successfully established ... ")
|
print("Connection successfully established ... ")
|
||||||
localFilePath = saved_file
|
localFilePath = saved_file
|
||||||
remoteFilePath = str(MYSY_GV.MYSY_LMS_BASE_DIRECTORY)+"web/css/themes/"+str(lms_theme_name)+"/images/background_test.png"
|
remoteFilePath = str(MYSY_GV.MYSY_LMS_BASE_DIRECTORY)+"web/css/themes/"+str(lms_theme_name)+"/images/background.png"
|
||||||
|
|
||||||
print(" ### DEPLACEMENT DE " + str(localFilePath) + " VERS " + str(remoteFilePath) + " AVANTTT TRAITEMENT")
|
print(" ### DEPLACEMENT DE " + str(localFilePath) + " VERS " + str(remoteFilePath) + " AVANTTT TRAITEMENT")
|
||||||
# Use put method to upload a file
|
# Use put method to upload a file
|
||||||
|
|
Loading…
Reference in New Issue