diff --git a/scripts/get_installed_capacity.py b/scripts/get_installed_capacity.py index ddf3091..409f792 100644 --- a/scripts/get_installed_capacity.py +++ b/scripts/get_installed_capacity.py @@ -37,7 +37,6 @@ # get pv systems from database and update connection = DatabaseConnection(url=db_url, base=Base_PV, echo=True) with connection.get_session() as session: - pv_systems = session.query(PVSystemSQL).all() for pv_system in pv_systems: