mirror of
https://forge.chapril.org/tykayn/mapillary_download
synced 2025-10-09 17:02:46 +02:00
fixup! correct typos, adapt chmod of bash scripts
Signed-off-by: Matthias <matthias@pebble>
This commit is contained in:
parent
c8404cdd54
commit
7d297ed805
2 changed files with 2 additions and 4 deletions
|
@ -9,7 +9,7 @@ def parse_args(argv =None):
|
|||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('--username', type=str, help='Username to get the sequences id of', required=True)
|
||||
parser.add_argument('--dev_token', type=str, help='Your mapillary developer token')
|
||||
parser.add_argument('--max_sequence', type=str, help='Username to get the sequences id of')
|
||||
parser.add_argument('--max_sequence', type=str, help='Limit the amount of retrieved sequence ids')
|
||||
|
||||
global args
|
||||
args = parser.parse_args(argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue