mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 08:40:34 +03:00
companion.py: Another s/on_foot/OnFoot/ for monitor.state
This commit is contained in:
parent
5edf8d5b59
commit
b70efab345
@ -564,7 +564,7 @@ class Session(object):
|
||||
logger.error('No commander in returned data')
|
||||
return data
|
||||
|
||||
if not data['commander'].get('docked') and not monitor.state['on_foot']:
|
||||
if not data['commander'].get('docked') and not monitor.state['OnFoot']:
|
||||
return data
|
||||
|
||||
services = data['lastStarport'].get('services', {})
|
||||
|
Loading…
x
Reference in New Issue
Block a user