Skip to content

Commit

Permalink
[chore] removed some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deenasun committed Oct 26, 2024
1 parent 1d7f08a commit 2ebcda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/webscraper/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

def nyserda_large_to_database():
database = []
database.extend(query_nyserda_large()) # for testing
database.extend(query_nyserda_large())
for project in database:
if project.get("proposed_cod", None) is not None:
ymd = datetime.strptime(project.get("proposed_cod"), "%Y").strftime(
Expand Down

0 comments on commit 2ebcda1

Please sign in to comment.