post_data -> get_params
This commit is contained in:
parent
46dcf0e6c2
commit
11b2853832
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Module(ModuleManager.BaseModule):
|
|||
if not setting == None:
|
||||
shortener_url, token = setting
|
||||
|
||||
page = utils.http.request(shortener_url, post_data={
|
||||
page = utils.http.request(shortener_url, get_params={
|
||||
"signature": token,
|
||||
"action": "shorturl",
|
||||
"url": url,
|
||||
|
|
Loading…
Reference in a new issue