Adding images #27

Merged
senaduka merged 18 commits from adding_images into master 2016-10-08 18:55:42 +02:00
Showing only changes of commit 1ab87ca08d - Show all commits

View File

@@ -10,7 +10,8 @@ controller_id = config.CONTROLLER_ID
owner = "Controller: %s" % controller_id
response = requests.post(config.PICTURE_URL + '/' + controller_id, json={
"owner": owner,
"controllerId": controller_id,
"picture_base64": picture_base64
})
puts response
puts picture_base64 is not None