From 8d0b0dda3e40d029d8955f62ceab571e3a76b9d5 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Wed, 3 Jan 2024 16:59:51 +0000 Subject: [PATCH] PR comment --- pvconsumer/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvconsumer/app.py b/pvconsumer/app.py index 44f2575..11d3d9b 100644 --- a/pvconsumer/app.py +++ b/pvconsumer/app.py @@ -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", ):