Skip to content

Commit

Permalink
use constants
Browse files Browse the repository at this point in the history
  • Loading branch information
A-UNDERSCORE-D committed Oct 5, 2021
1 parent dc58a47 commit c7e2483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EDMarketConnector.py
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ def capi_handle_response(self, event=None): # noqa: C901, CCR001

# stuff we can do when not docked
results = self.plugin_manager.fire_event(
plugin.event.CAPIDataEvent('core.capi_data', capi_response.capi_data)
plugin.event.CAPIDataEvent(plugin.event.EDMCPluginEvents.CAPI_DATA, capi_response.capi_data)
)
err = string_fire_results(results)
self.status['text'] = err
Expand Down

0 comments on commit c7e2483

Please sign in to comment.