aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_harvest.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-21 09:55:20 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-21 09:55:20 -0800
commit4527b82433b6278f9d090595ec172d98bceb752e (patch)
tree110980873e22fe95199876aa0ff865c1b1f7d1ed /python/fatcat_harvest.py
parent069a30366b87415efa4a0c8ae804dea46bcdfc67 (diff)
downloadfatcat-4527b82433b6278f9d090595ec172d98bceb752e.tar.gz
fatcat-4527b82433b6278f9d090595ec172d98bceb752e.zip
continous is a flag, not arg
Diffstat (limited to 'python/fatcat_harvest.py')
-rwxr-xr-xpython/fatcat_harvest.py2
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()