Skip to content

Commit ea9d1dc

Browse files
committed
all solar_sheffield_passiv as a provider
1 parent 9660055 commit ea9d1dc

File tree

1 file changed

+3
-2
lines changed
  • nowcasting_datamodel/models

1 file changed

+3
-2
lines changed

nowcasting_datamodel/models/pv.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
from nowcasting_datamodel.utils import datetime_must_have_timezone
1818

1919
logger = logging.getLogger(__name__)
20-
21-
providers = ["pvoutput.org"]
20+
pv_output = "pvoutput.org"
21+
solar_sheffield_passiv = "solar_sheffield_passiv"
22+
providers = [pv_output, solar_sheffield_passiv]
2223

2324
########
2425
# 7. PV Metadata

0 commit comments

Comments
 (0)