Skip to content

Commit 9f3c852

Browse files
authored
Merge pull request #76 from openclimatefix/log-typo
Typo in logging: india instead of site
2 parents 449780c + 530fbbe commit 9f3c852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site_forecast_app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def app_run(timestamp: dt.datetime | None, write_to_db: bool = False, log_level:
205205
"""Main function for running forecasts for sites."""
206206
logging.basicConfig(stream=sys.stdout, level=getattr(logging, log_level.upper()))
207207

208-
log.info(f"Running India forecast app:{version}")
208+
log.info(f"Running site forecast app:{version}")
209209

210210
if timestamp is None:
211211
# get the timestamp now rounded down the nearest 15 minutes

0 commit comments

Comments
 (0)