Skip to content

Commit

Permalink
Remove unused email config parser setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mjenczmyk committed Aug 28, 2019
1 parent 446ee55 commit 513d7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
class MailBook:

def __init__(self, cfg_file_path):
defaults = {'from_email': None, 'to_emails': [], 'kindle_emails': []}
defaults = {'to_emails': [], 'kindle_emails': []}
config = configparser.ConfigParser(defaults=defaults)
config.read(cfg_file_path)
try:
Expand Down

0 comments on commit 513d7d7

Please sign in to comment.