Commit dc7a48a
Fix undefined IGDB_ARTWORK_TYPE_HERO NameError in key-art classification
IGDB_ARTWORK_TYPE_HERO was never defined; the only artwork-type constant
in this module is IGDB_ARTWORK_TYPE_KEY_ART, which this comparison was
clearly meant to use. Left as-is this crashes with a NameError the
first time list artwork classification runs against IGDB's artworks
endpoint.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 4a6337a commit dc7a48a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
973 | 973 | | |
974 | 974 | | |
975 | 975 | | |
976 | | - | |
| 976 | + | |
977 | 977 | | |
978 | 978 | | |
979 | 979 | | |
| |||
0 commit comments