benjmor / tabroom_auto_summarize

Generates AI-powered summaries of meets from tabroom.com data
3 stars 1 forks source link

KeyError #29

Closed benjmor closed 8 months ago

benjmor commented 8 months ago

{'tournament': '27267', 'school': 'Holy Trinity Episcopal Academy'}

[ERROR] KeyError: 'entry_code' Traceback (most recent call last): File "/var/task/main.py", line 38, in handler response = tabroom_summary.main( File "/var/task/tabroom_summary/tabroom_summary.py", line 147, in main update_global_entry_dictionary( File "/var/task/tabroom_summary/update_global_entry_dictionary.py", line 14, in update_global_entry_dictionary entry_code = ballot["entry_code"]