mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
EDDN: Minor logging and format fixup to match 4.2.4
This commit is contained in:
parent
9a8daf665e
commit
f0c6b9efaa
@ -307,7 +307,7 @@ Msg:\n{msg}'''
|
||||
|
||||
elif isinstance(modules, list):
|
||||
if len(modules) == 0:
|
||||
logger.debug('modules is empty list. Damaged Station?')
|
||||
logger.debug('modules is empty list. FC or Damaged Station?')
|
||||
|
||||
else:
|
||||
logger.error(f'modules is non-empty list: {modules!r}')
|
||||
@ -327,7 +327,7 @@ Msg:\n{msg}'''
|
||||
# Set a safe value
|
||||
ships = {'shipyard_list': {}, 'unavailable_list': []}
|
||||
|
||||
return (modules, ships)
|
||||
return modules, ships
|
||||
|
||||
def export_outfitting(self, data: CAPIData, is_beta: bool) -> None:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user