Open Athanasius opened 4 years ago
Despite having a plugin_start3() which initially made me think this was updated for Python 3.7 it seems this plugin isn't fully ready after all.
https://github.com/inorton/EDMCJumpSpeed/blob/master/load.py#L203
is missing the 'is_beta' argument. There might be other such as well.
Confirm it's fixed up and tested as working and I'll move it back into the 'supported' section on https://github.com/EDCD/EDMarketConnector/wiki/Plugins
Created a pr fixing the plugin. Working on 3.99.1.0 with added is_beta tag in journal_entry
Despite having a plugin_start3() which initially made me think this was updated for Python 3.7 it seems this plugin isn't fully ready after all.
https://github.com/inorton/EDMCJumpSpeed/blob/master/load.py#L203
is missing the 'is_beta' argument. There might be other such as well.
Confirm it's fixed up and tested as working and I'll move it back into the 'supported' section on https://github.com/EDCD/EDMarketConnector/wiki/Plugins