Commit 57482f37 authored by Francesco Poldi's avatar Francesco Poldi

Removed unused args

parent 6e1212e6
......@@ -175,8 +175,6 @@ def options():
nargs="?", default="twintgraph")
ap.add_argument("-iu", "--index-users", help="Custom Elasticsearch Index name for Users.",
nargs="?", default="twintuser")
ap.add_argument("-dt", "--doc-type", help="Custom Elasticsearch document type.",
nargs="?", default="items")
ap.add_argument("--debug",
help="Store information in debug logs", action="store_true")
ap.add_argument("--resume", help="Resume from Tweet ID.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment