Skip to content

Commit

Permalink
✨ add webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
yxxhero committed Oct 19, 2019
1 parent 8cc8939 commit e1aba39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/notice.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ def dingding(token, msg, timeout=10):
dingding_res.raise_for_status()
except Exception:
logger.error(traceback.format_exc())


def webhooks(hookinfo):
pass

0 comments on commit e1aba39

Please sign in to comment.