From 4527b82433b6278f9d090595ec172d98bceb752e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 21 Nov 2018 09:55:20 -0800 Subject: continous is a flag, not arg --- python/fatcat_harvest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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() -- cgit v1.2.3