diff options
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index 73064e7d..c26f7863 100644 --- a/modules/github.py +++ b/modules/github.py @@ -105,7 +105,7 @@ class Module(ModuleManager.BaseModule): return "" def _short_url(self, url): - page = utils.http.get_url("https://git.io", method="POST", + page = utils.http.request("https://git.io", method="POST", post_data={"url": url}) return page.headers["Location"] |
