Skip to content

Commit dc16c8f

Browse files
oriolpieraCopilot
andauthored
Update powersms/powersms_provider_lleidanet.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e6bd1cb commit dc16c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powersms/powersms_provider_lleidanet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def send_sms_lleida(
3232
values = account_obj.read(cursor, uid, account_id, ["api_uname", "api_pass"])
3333
c = Client(user=str(values["api_uname"]), password=str(values["api_pass"]))
3434
headers = {
35-
"content-type": "application/x-www-form-urlencoded",
35+
"content-type": "application/json",
3636
"accept": "application/json",
3737
"Authorization": "x-api-key {}".format(str(values["api_pass"])),
3838
}

0 commit comments

Comments
 (0)