This commit is contained in:
Auric Vente
2024-07-21 01:30:59 -06:00
parent 9382945ffe
commit 371ff16f3c
2 changed files with 3 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ class Config:
background_color: str = "rgb(44, 44, 44)"
text_color: str = "#ffffff"
image_size: int = 80
space_1: int = 20
space_1: int = 18
max_updates: int = 250
loop_delay_fast: int = 1000 * 5
loop_delay_normal: int = 1000 * 60 * 1