Skip to content

Commit

Permalink
Switch default cutoff to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
manueltonneau committed Nov 20, 2020
1 parent 71b83c3 commit 20db4fd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ def get_args_from_command_line():
"""Parse the command line arguments."""
parser = argparse.ArgumentParser()
parser.add_argument("--cutoff", type=int,
help="The number of timelines to download before saving", default=10)
help="The number of timelines to download before saving", default=1000)
parser.add_argument("--country_code", type=str)

args = parser.parse_args()
Expand Down

0 comments on commit 20db4fd

Please sign in to comment.