aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_harvest.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_harvest.py')
-rwxr-xr-xpython/fatcat_harvest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/fatcat_harvest.py b/python/fatcat_harvest.py
index e76e1b20..1b92a5fd 100755
--- a/python/fatcat_harvest.py
+++ b/python/fatcat_harvest.py
@@ -81,8 +81,8 @@ def main():
default="localhost:9092",
help="list of Kafka brokers (host/port) to use")
parser.add_argument('--env',
- default="qa",
- help="Kafka topic namespace to use (eg, prod, qa)")
+ default="dev",
+ help="Kafka topic namespace to use (eg, prod, qa, dev)")
parser.add_argument('--start-date',
default=None, type=mkdate,
help="begining of harvest period")