Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ry4nnnn committed Jul 30, 2024
1 parent 2db24e7 commit d983425
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notifications/notifier.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from config import cfg
from dingtalk import dingtalk_notification
from wxwork import wxwork_notification
from email import email_notification
from notifications.dingtalk import dingtalk_notification
from notifications.wxwork import wxwork_notification
from notifications.email import email_notification


def send_notifications(subject, message, content):
Expand Down

0 comments on commit d983425

Please sign in to comment.