Skip to content

Commit

Permalink
fixed sugestion
Browse files Browse the repository at this point in the history
  • Loading branch information
svarona committed Dec 20, 2024
1 parent a7de1d5 commit 6919048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relecov_tools/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class EmailSender:
def __init__(self, config, template_path):
def __init__(self, config=None, template_path=None):
self.config = config
self.template_path = template_path
self.yaml_cred_path = self.config.get("yaml_cred_path")
Expand Down

0 comments on commit 6919048

Please sign in to comment.