aboutsummaryrefslogtreecommitdiffstats
path: root/local/handler
diff options
context:
space:
mode:
authorkongr45gpen <electrovesta@gmail.com>2017-05-07 14:58:56 +0300
committerkongr45gpen <electrovesta@gmail.com>2017-05-07 15:10:57 +0300
commitec801bbfbb3272a55cd5ad041fc94a9c7d2ff797 (patch)
treefc5a29e080fef2f54623e866e335d833e8a2a905 /local/handler
parent03aad42d43471714aba380159b2e68ef1ac2d4a7 (diff)
downloadsupybot_github-ec801bbfbb3272a55cd5ad041fc94a9c7d2ff797.tar.gz
supybot_github-ec801bbfbb3272a55cd5ad041fc94a9c7d2ff797.tar.bz2
supybot_github-ec801bbfbb3272a55cd5ad041fc94a9c7d2ff797.zip
Add a netlify test
Diffstat (limited to 'local/handler')
-rw-r--r--local/handler/NetlifyHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/local/handler/NetlifyHandler.py b/local/handler/NetlifyHandler.py
index daa802f..614e067 100644
--- a/local/handler/NetlifyHandler.py
+++ b/local/handler/NetlifyHandler.py
@@ -9,5 +9,5 @@ def handle(data, theme):
commitId = data['commit_ref'],
commitMessage = data['title'],
commitAuthor = data['commit_url'].split('/')[3], #TODO: Make this show the proper author
- url = getShortURL(data['url'])
+ url = getShortURL(data['deploy_url'])
)

© 2014-2024 Faster IT GmbH | imprint | privacy policy