Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jan 3, 2024
1 parent 2f7b109 commit 8d0b0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvconsumer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
type=click.STRING,
)
def app(
db_url: Optional[str] = None,
db_url: str,
filename: Optional[str] = None,
provider: str = "pvoutput.org",
):
Expand Down

0 comments on commit 8d0b0dd

Please sign in to comment.