deploy.sh to run the server in one script

This commit is contained in:
arnaucode
2017-11-01 22:05:51 +01:00
parent 2a5b455280
commit 26f61c02f5
4 changed files with 33 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ def getDirectoryFiles(path, imgClass):
#print filename
image_data = imgFileToData(path + "/" + filename)
images.append([image_data, imgClass])
print path + "/" + filename
return images