This commit is contained in:
Auric Vente
2024-07-19 01:56:17 -06:00
parent 8807a49e88
commit 3cf6db946b
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ class Config:
loop_delay_slow: int = 60_000
hatch_burst: int = 3
font_size: int = 20
footer_font_size: int = 18
info_separator: str = " - "
@staticmethod
def prepare() -> None: