diff --git a/plugins/inara.py b/plugins/inara.py index dc6b8fe4..a8f5eda4 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -979,7 +979,7 @@ def cmdr_data(data, is_beta): # Only trust CAPI if these aren't yet set this.system = this.system if this.system else data['lastSystem']['name'] - if not this.station and data['commander'['docked']]: + if not this.station and data['commander']['docked']: this.station = data['lastStarport']['name'] # Override standard URL functions