Skip to content

Commit

Permalink
Fixed missing docstring in app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
notger committed Apr 20, 2022
1 parent 2c6f79a commit 1e58f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions satip/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def run(api_key, api_secret, save_dir, history, db_url: Optional[str] = None):
api_secret: Secret for EUMETSAT
save_dir: Save directory
history: History time
db_url: URL of database
"""

logger.info(f'Running application and saving to "{save_dir}"')
Expand Down

1 comment on commit 1e58f14

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.






CML watermark

Please sign in to comment.