problems with sending

This commit is contained in:
Senad Uka
2016-10-08 17:16:36 +02:00
parent 45114ee10b
commit 1ab87ca08d

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