Skip to content

Commit

Permalink
updated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ADIMANV committed May 17, 2024
1 parent c485bc9 commit 885c34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pvsite_forecast.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def pvsite_forecast_page():
unsafe_allow_html=True,
)
# get site_uuids from database
url = 'postgresql://main:vPV%[email protected]:5433/indiadbdevelopment'
url = 'os.environ["SITES_DB_URL"]'
connection = DatabaseConnection(url=url, echo=True)
with connection.get_session() as session:
site_uuids = get_all_sites(session=session)
Expand Down

0 comments on commit 885c34d

Please sign in to comment.