Skip to content

Commit

Permalink
Update municipalities.py
Browse files Browse the repository at this point in the history
messed up with branches... hence revert
  • Loading branch information
natlibfi-psams authored Jul 3, 2024
1 parent ba4d3bc commit 9d1fb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion municipalities.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_emails():
######
# Sorthing happens by another means: EKIR-270
# Sort by the second element in a list of tuples because that's where the municipality names are
emails = sorted(emails, key=lambda x: x[1])
# emails = sorted(emails, key=lambda x: x[1])

# Decorate the emails with some custom values that aren't municipalities
## emails.append(
Expand Down

0 comments on commit 9d1fb61

Please sign in to comment.