Commit b9276608 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update config.py

parent 8fcc57ef
...@@ -18,8 +18,6 @@ class Config: ...@@ -18,8 +18,6 @@ class Config:
Custom_csv = False Custom_csv = False
Store_json = False Store_json = False
Show_hashtags = False Show_hashtags = False
Tweets_only = False
Users_only = False
Limit = None Limit = None
Count = None Count = None
Stats = False Stats = False
...@@ -28,9 +26,5 @@ class Config: ...@@ -28,9 +26,5 @@ class Config:
All = None All = None
Debug = False Debug = False
Format = None Format = None
Proxy_type = None
Proxy_host = None
Proxy_port = None
Essid = None Essid = None
Userlist = None
Profile = False Profile = 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