Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
borisaraujo authored Nov 13, 2024
2 parents 1c6ca63 + eff5a24 commit 3568194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ def get_gps_data_last_update(datahora):
return last_update



def get_rain_data_last_update(datahora):
query = f"""
SELECT
Expand Down Expand Up @@ -529,6 +530,7 @@ def main():
s += f"{servico}: {total}, "
servicos_dict[tile_id] = s


servicos_df = pd.DataFrame(
servicos_dict.items(), columns=["tile_id", "servicos"]
)
Expand Down

0 comments on commit 3568194

Please sign in to comment.