From 8b4a4bc44ff65538ed24ed27cfdb9d9dc0f09b5e Mon Sep 17 00:00:00 2001 From: LeKeno <33626494+lekeno@users.noreply.github.com> Date: Sat, 12 Feb 2022 13:49:11 +0900 Subject: [PATCH] Update edrclient.py --- edr/edrclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edr/edrclient.py b/edr/edrclient.py index 2fb9d532..10f207e7 100644 --- a/edr/edrclient.py +++ b/edr/edrclient.py @@ -589,7 +589,7 @@ def register_fss_signals(self, system_address=None, override_star_system=None, f if new_fc: # Report new FC to help with CG (e.g. unloading/loading commodities from newly arrived FC) self.notify_with_details(_(u"{} newly arrived fleet carriers").format(len(new_fc)), ["{} : {}".format(callsign, new_fc[callsign]) for callsign in new_fc]) - return + return fc_report = self.edrfssinsights.fleet_carriers_report(force_reporting) if fc_report is not None: EDRLOG.log(u"Registering FSS signals; fc_report: {} with sys_address {} and star_system {}".format(fc_report, system_address, override_star_system), "DEBUG")