Skip to content

Commit

Permalink
fix: api URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam committed Jul 10, 2024
1 parent cb8c67c commit 94c9357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name="sunweg",
version="3.0.1",
version="3.0.2",
author="rokam",
author_email="[email protected]",
description="A library to retrieve data from sunweg.net",
Expand Down
2 changes: 1 addition & 1 deletion sunweg/const.py
Original file line number Diff line number Diff line change
@@ -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"""
Expand Down

0 comments on commit 94c9357

Please sign in to comment.