1
0
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:
Athanasius 2021-04-01 15:33:14 +01:00
parent 5edf8d5b59
commit b70efab345

View File

@ -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', {})