change script generation with better arguments

This commit is contained in:
Tykayn 2025-01-24 14:22:24 +01:00 committed by tykayn
parent ac78ace1b7
commit cdd4d6e549
1 changed files with 1 additions and 1 deletions

View File

@ -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)