Commit ade34843 authored by Francesco Poldi's avatar Francesco Poldi

Cleaned options and updated defaults

parent 78d76ba4
...@@ -104,7 +104,6 @@ def initialize(args): ...@@ -104,7 +104,6 @@ def initialize(args):
c.Proxy_host = args.proxy_host c.Proxy_host = args.proxy_host
c.Proxy_port = args.proxy_port c.Proxy_port = args.proxy_port
c.Proxy_type = args.proxy_type c.Proxy_type = args.proxy_type
c.ES_count = {"likes":True, "replies":True, "retweets":True}
c.Retweets = args.retweets c.Retweets = args.retweets
return c return c
......
...@@ -33,7 +33,7 @@ class Config: ...@@ -33,7 +33,7 @@ class Config:
Favorites = False Favorites = False
TwitterSearch = False TwitterSearch = False
User_full = False User_full = False
User_info = True User_info = False
Profile_full = False Profile_full = False
Store_object = False Store_object = False
Store_pandas = False Store_pandas = False
......
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