Plugin: multigp_toolkit
File: rsimporter.py, line 413
Problem
When importing a MultiGP race that has no pilots registered, import_class crashes with:
KeyError: 'entries'
The code assumes race_data["entries"] always exists, but the MultiGP API omits the key when there are no entries.
Plugin: multigp_toolkit
File:
rsimporter.py, line 413Problem
When importing a MultiGP race that has no pilots registered,
import_classcrashes with:KeyError: 'entries'
The code assumes
race_data["entries"]always exists, but the MultiGP API omits the key when there are no entries.