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:
parent
18af54967c
commit
9265646a38
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user