removed password

This commit is contained in:
Jason Paris 2017-01-31 17:20:26 -05:00 committed by enkore
parent cc46c208e2
commit fe5c8df35a

View File

@ -40,7 +40,6 @@ class Reddit(IntervalModule):
settings = (
("format", "Format string used for output."),
("username", "Reddit username."),
("password", "Reddit password."),
('keyring_backend', 'alternative keyring backend for retrieving \
credentials'),
("subreddit", "Subreddit to monitor. Uses frontpage if unspecified."),
@ -56,7 +55,6 @@ class Reddit(IntervalModule):
)
format = "[{submission_subreddit}] {submission_title} ({submission_domain})"
username = ""
password = ""
keyring_backend = None
subreddit = ""
sort_by = "hot"