diff --git a/src/spaceweathermanager.py b/src/spaceweathermanager.py index 694c364..98ce784 100644 --- a/src/spaceweathermanager.py +++ b/src/spaceweathermanager.py @@ -144,7 +144,7 @@ class SpaceWeatherManager(QObject): return letter + f"{xray_long * 10**power:.1f}" if xray_long < 1e-8 and xray_long != -1.00e+05: - self._owner.peak_flux_lbl.setText(format_text("= 1e-8 and xray_long < 1e-7: self._owner.peak_flux_lbl.setText(format_text("A", 8)) elif xray_long >= 1e-7 and xray_long < 1e-6: