From cfbaea44f032f0113a2f5402c67a79344c28da81 Mon Sep 17 00:00:00 2001 From: march3 Date: Fri, 24 Mar 2023 15:01:34 +0800 Subject: [PATCH] =?UTF-8?q?Python=E8=B6=85=E4=BA=BA-=E5=AE=87=E5=AE=99?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bodies/sun.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bodies/sun.py b/bodies/sun.py index bd140cb..6327522 100644 --- a/bodies/sun.py +++ b/bodies/sun.py @@ -40,6 +40,7 @@ class Sun(FixedStar): "show_name": show_name } super().__init__(**params) + self.glows = (12, 1.015, 0.08) @property def is_fixed_star(self): -- GitLab