1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-04 17:41:18 +03:00

Revert unnoticed whitespace modifications to PLUGINS.py

This commit is contained in:
aussig 2022-12-23 13:01:47 +00:00
parent 7e726e606a
commit 3c8eca16af

View File

@ -985,10 +985,7 @@ will always be the case**.
In the `capi_fleetcarrier()` callback, the contents of `data` will be the response from the CAPI `/fleetcarrier` query. See [this documentation](https://github.com/Athanasius/fd-api/blob/main/docs/FrontierDevelopments-CAPI-endpoints.md) for details of the expected content structure and data. In the `capi_fleetcarrier()` callback, the contents of `data` will be the response from the CAPI `/fleetcarrier` query. See [this documentation](https://github.com/Athanasius/fd-api/blob/main/docs/FrontierDevelopments-CAPI-endpoints.md) for details of the expected content structure and data.
In all cases, `data` will include a `request_cmdr` entry, which will be the In all cases, `data` will include a `request_cmdr` entry, which will be the name of the active CMDR _at the point the request was made_. In the case of a CAPI request taking a long time to return, the user may have switched CMDR during the request, so this may be different to the current CMDR.
name of the active CMDR _at the point the request was made_. In the case of
a CAPI request taking a long time to return, the user may have switched
CMDR during the request, so this may be different to the current CMDR.
If there is a killswitch in effect for some of the CAPI endpoints, then the If there is a killswitch in effect for some of the CAPI endpoints, then the
data passed to this function might not be as complete as you expect. Code data passed to this function might not be as complete as you expect. Code