1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Correct dashboard example

This commit is contained in:
Jonathan Harris 2018-06-15 09:11:23 -05:00
parent 18af54967c
commit 9265646a38

View File

@ -137,7 +137,7 @@ import plug
def dashboard_entry(cmdr, is_beta, entry):
is_deployed = entry['Flags'] & plug.FlagsHardpointsDeployed
sys.stderr.write("Hardpoints {}\n", is_deployed and "deployed" or "stowed")
sys.stderr.write("Hardpoints {}\n".format(is_deployed and "deployed" or "stowed"))
```
### Getting Commander Data