Skip to content

Commit

Permalink
Adjustments for talks this year
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound committed Dec 17, 2024
1 parent 74e5d7a commit 1753532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_twitter_handle(speaker):

def get_talks():
# Announcements/panels
exclude = {"ARGDGT"}
exclude = {}
r = requests.get(f"https://pretalx.com/api/events/{event_slug}/submissions/?state=confirmed", headers=headers)
r.raise_for_status()
data = [talk for talk in r.json()["results"] if talk["code"] not in exclude]
Expand Down

0 comments on commit 1753532

Please sign in to comment.