mirror of
https://forge.chapril.org/tykayn/mapillary_download
synced 2025-06-20 01:34:43 +02:00
change script generation with better arguments
This commit is contained in:
parent
ac78ace1b7
commit
cdd4d6e549
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if __name__ == "__main__":
|
|||
content = input_handle.read()
|
||||
sequences = eval(content)
|
||||
for seq in sequences:
|
||||
full_cmd = f"python mapillary_download.py {access_token} --sequence_ids={seq}\n"
|
||||
full_cmd = f"/bin/python3 mapillary_download.py --access_token={access_token} --sequence_ids={seq} --username={username}\n"
|
||||
output.write(full_cmd)
|
||||
|
||||
print(output_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue