mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
Merge branch 'stable' of https://github.com/EDCD/EDMarketConnector into stable
This commit is contained in:
commit
be716cfd27
2
EDMC.py
2
EDMC.py
@ -300,7 +300,7 @@ sys.path: {sys.path}'''
|
||||
sys.exit(EXIT_LAGGING)
|
||||
|
||||
# Ignore possibly missing shipyard info
|
||||
elif not data['lastStarport'].get('commodities') or data['lastStarport'].get('modules'):
|
||||
elif not (data['lastStarport'].get('commodities') or data['lastStarport'].get('modules')):
|
||||
logger.error("No commodities or outfitting (modules) in CAPI data")
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user