diff options
Diffstat (limited to 'python')
-rwxr-xr-x | python/fatcat_worker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_worker.py b/python/fatcat_worker.py index 1e83eac1..be58810a 100755 --- a/python/fatcat_worker.py +++ b/python/fatcat_worker.py @@ -64,7 +64,7 @@ def main(): default="http://localhost:9200") sub_elasticsearch_release.add_argument('--elasticsearch-index', help="elasticsearch index to push into", - default="fatcat_release") + default="fatcat_release_v03") args = parser.parse_args() if not args.__dict__.get("func"): |