mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-13 19:27:27 +08:00
wacca: fix version string printing
This commit is contained in:
@@ -96,7 +96,7 @@ class Version(ShortVersion):
|
|||||||
self.role = role
|
self.role = role
|
||||||
|
|
||||||
def __str__(self) -> str:
|
def __str__(self) -> str:
|
||||||
return f"{self.major}.{self.minor}.{self.patch}.{self.country}.{self.role}.{self.build}"
|
return f"{self.major}.{self.minor:02}.{self.patch:02}.{self.country}.{self.build:05}.{self.role}"
|
||||||
|
|
||||||
|
|
||||||
class HousingInfo:
|
class HousingInfo:
|
||||||
|
|||||||
Reference in New Issue
Block a user