Skip to content

Commit

Permalink
Merge pull request #8 from rodekruis/JanvE97-enable-notifications
Browse files Browse the repository at this point in the history
Update runPipeline.py
  • Loading branch information
JanvE97 authored Dec 12, 2024
2 parents aa4587e + 1aac3cf commit d7c8000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash_flood_pipeline/runPipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def main():
"date": date.strftime("%Y-%m-%dT%H:%M:%SZ"),
},
)
# gauge_data_uploader.send_notifications()
gauge_data_uploader.send_notifications()
elapsedTime = str(time.time() - startTime)
logger.info(str(elapsedTime))

Expand Down

0 comments on commit d7c8000

Please sign in to comment.