This commit is contained in:
Auric Vente
2024-07-21 00:27:44 -06:00
parent c2e2303f05
commit 2121944ad2
7 changed files with 114 additions and 20 deletions

View File

@@ -22,7 +22,7 @@ class Config:
text_color: str = "#ffffff"
image_size: int = 80
space_1: int = 20
max_messages: int = 200
max_updates: int = 250
loop_delay_fast: int = 1000 * 5
loop_delay_normal: int = 1000 * 60 * 1
loop_delay_slow: int = 1000 * 60 * 5