Skip to content

Commit

Permalink
fix: Fix alertario_rio url
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroSiqueira1 committed Sep 10, 2024
1 parent c0647df commit 31ca0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/meteorologia/precipitacao_alertario/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def download_data() -> pd.DataFrame:
Request data from API and return each data in a different dataframe.
"""

dicionario = get_secret("ALERTARIO_API")
url = get_secret("ALERTARIO_API")

try:
response = requests.get(url)
Expand Down

0 comments on commit 31ca0e5

Please sign in to comment.