diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 09:55:20 -0800 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-21 09:55:20 -0800 | 
| commit | 4527b82433b6278f9d090595ec172d98bceb752e (patch) | |
| tree | 110980873e22fe95199876aa0ff865c1b1f7d1ed /python | |
| parent | 069a30366b87415efa4a0c8ae804dea46bcdfc67 (diff) | |
| download | fatcat-4527b82433b6278f9d090595ec172d98bceb752e.tar.gz fatcat-4527b82433b6278f9d090595ec172d98bceb752e.zip | |
continous is a flag, not arg
Diffstat (limited to 'python')
| -rwxr-xr-x | python/fatcat_harvest.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/python/fatcat_harvest.py b/python/fatcat_harvest.py index 09fde584..c16e9d60 100755 --- a/python/fatcat_harvest.py +++ b/python/fatcat_harvest.py @@ -88,7 +88,7 @@ def main():          default="undefined",    # better?          help="contact email to use in API header")      parser.add_argument('--continuous', -        default=False, +        action='store_true',          help="continue harvesting indefinitely in a loop?")      subparsers = parser.add_subparsers() | 
