Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DocNow/twarc
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed May 24, 2019
2 parents 79d245f + 879a1db commit 32cfae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/twarc-archive.py
Expand Up @@ -66,7 +66,7 @@ def main():
parser.add_argument('-c', '--config',
default=config,
help="Config file containing Twitter keys and secrets. Overridden by environment config.")
parser.add_argument("--tweet_mode", action="store", default="compat",
parser.add_argument("--tweet_mode", action="store", default="extended",
dest="tweet_mode", choices=["compat", "extended"],
help="set tweet mode")
parser.add_argument("--twarc_command", action="store", default="search", choices=["search", "timeline"],
Expand Down

0 comments on commit 32cfae9

Please sign in to comment.