Closed webtroter closed 1 year ago
Changed location for match_start on line 59.
location
match_start
With this change, I was able to export my backup correctly.
Original error : emoji_lookup = {p["location"]: p["emoji"] for p in emoji_pos} KeyError: 'location'
emoji_lookup = {p["location"]: p["emoji"] for p in emoji_pos} KeyError: 'location'
Let me know if I should update any other files.
Thanks @webtroter!
Changed
location
formatch_start
on line 59.With this change, I was able to export my backup correctly.
Original error :
emoji_lookup = {p["location"]: p["emoji"] for p in emoji_pos} KeyError: 'location'