From 179afa0a5c28e13fbf861e85959881c3a581feca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Mind=C3=AAllo=20de=20Andrade?= Date: Wed, 10 Jul 2024 11:16:12 -0300 Subject: [PATCH] fix: api URL --- setup.py | 2 +- sunweg/const.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cc6a72b..03bca4a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="sunweg", - version="3.0.1", + version="3.0.2", author="rokam", author_email="lucas@mindello.com.br", description="A library to retrieve data from sunweg.net", diff --git a/sunweg/const.py b/sunweg/const.py index 7787fcf..b92f799 100644 --- a/sunweg/const.py +++ b/sunweg/const.py @@ -1,6 +1,6 @@ """Sunweg API constants.""" -SUNWEG_URL = "https://api.sun.weg.net/v2/" +SUNWEG_URL = "https://api.sunweg.net/v2/" """SunWEG API URL""" SUNWEG_LOGIN_PATH = "login/autenticacao" """SunWEG API login path"""