Removed old option from example

pull/111/head
Piero Toffanin 2017-03-01 17:18:59 -05:00
rodzic 19be188c76
commit 47425d2905
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -41,8 +41,7 @@ if 'token' in res:
images = [('images', (os.path.basename(file), open(file, 'rb'), 'image/jpg')) for file in images_list]
options = json.dumps([
{'name': "use-opensfm-pointcloud", 'value': True},
{'name': "orthophoto-resolution", 'value': 24},
{'name': "orthophoto-resolution", 'value': 24}
])
res = requests.post('http://localhost:8000/api/projects/{}/tasks/'.format(project_id),
headers={'Authorization': 'JWT {}'.format(token)},