Skip to content

Commit

Permalink
delete party commented
Browse files Browse the repository at this point in the history
  • Loading branch information
alanabravo committed Aug 7, 2024
1 parent 5b4dea2 commit 8a82f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def read_country_tables(country):
for party in party_data[country]:
if party["party_id"] == "":
party["is_deleted"] = True
del party["party_id"]
# del party["party_id"]


abbreviations[country] = sheet_reader(SHEET_ID, f"Table party!C2:C{get_end_range(ST_RANGES['party'])}", as_list=True)
Expand Down

0 comments on commit 8a82f97

Please sign in to comment.