From 86ca61a6cee96b6674de6695815e96b794b8ec87 Mon Sep 17 00:00:00 2001 From: clearclarencs <53274728+clearclarencs@users.noreply.github.com> Date: Thu, 28 Aug 2025 20:53:02 +0100 Subject: [PATCH] Update sms.py --- smsactivateru/sms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smsactivateru/sms.py b/smsactivateru/sms.py index c031ad1..64f5134 100644 --- a/smsactivateru/sms.py +++ b/smsactivateru/sms.py @@ -5,7 +5,7 @@ class Sms: def __init__(self, api_key): self.key = api_key - self.url = 'http://sms-activate.ru/stubs/handler_api.php' + self.url = 'https://api.sms-activate.ae/stubs/handler_api.php' def request(self, action): try: