Skip to content

Commit

Permalink
Update charters-dev.py
Browse files Browse the repository at this point in the history
  • Loading branch information
caribouW3 authored Aug 23, 2024
1 parent 4d47117 commit 97dac64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charters-dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
i.update({"state":"Advance notice"})
#del i["labels"]
fields = {'name'}
l = [{k:v for (k,v) in label.items() if k in fields} for label in i["labels"]]
i.update({"labels":l})
l = [{k:v for (k,v) in label.items() if k in fields} for label in i["labels"]]
i.update({"labels":l})
#print (i['title']+' '+i['state'])

# Show json
Expand Down

0 comments on commit 97dac64

Please sign in to comment.