Skip to content

Commit

Permalink
changes and test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
spandan_mondal committed Dec 9, 2024
1 parent 64d6da5 commit 8380bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kairon/events/definitions/mail_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def execute(self, **kwargs):
try:
vals = MailProcessor.read_mails(self.bot)
print(vals)
emails, _, next_delay = vals
emails, _, _ = vals
for email in emails:
ev = MailProcessEvent(self.bot, self.user)
ev.validate()
Expand Down

0 comments on commit 8380bf6

Please sign in to comment.