aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_import.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-11-15 16:47:31 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-11-15 16:47:34 -0800
commit24010700fcf9717d2166cdef319d4916d87529fb (patch)
tree313951953c394f9de246390a83fb23b295c7f4b3 /python/fatcat_import.py
parentd89922064c5284a7c9ee103269193ba00697d967 (diff)
downloadfatcat-24010700fcf9717d2166cdef319d4916d87529fb.tar.gz
fatcat-24010700fcf9717d2166cdef319d4916d87529fb.zip
have ingest-file-results importer operate as crawl-bot
As opposed to sandcrawler-bot
Diffstat (limited to 'python/fatcat_import.py')
-rwxr-xr-xpython/fatcat_import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_import.py b/python/fatcat_import.py
index 0d2e84fd..aa789dd9 100755
--- a/python/fatcat_import.py
+++ b/python/fatcat_import.py
@@ -328,7 +328,7 @@ def main():
sub_ingest_file = subparsers.add_parser('ingest-file-results')
sub_ingest_file.set_defaults(
func=run_ingest_file,
- auth_var="FATCAT_AUTH_WORKER_SANDCRAWLER",
+ auth_var="FATCAT_AUTH_WORKER_CRAWL",
)
sub_ingest_file.add_argument('json_file',
help="ingest_file JSON file to import from",