Makefile für Upload auf dedyn umgestellt

geändert:       homepage/redesign2018/markdownExperiment/src/Makefiles/Makefile.ftpUpload
	geändert:       homepage/redesign2018/markdownExperiment/src/galleryHelper/vidGalInsert.py
This commit is contained in:
marko
2019-01-14 17:07:02 +01:00
parent 2a2cf9a44e
commit ff72c3e21f
2 changed files with 19 additions and 9 deletions

View File

@@ -23,6 +23,8 @@ with open(argv.shiaiYamlFile, 'r') as yamlFile:
shiaiData = yaml.safe_load(yamlFile)
print(shiaiData['wkId'])
print(" checkSum: ", argv.checkSum)
payLoad = {
'action' : "INSERT",
'wkId' : shiaiData['wkId'],