Mods
This commit is contained in:
parent
86397f6536
commit
ddb7d255c4
|
@ -21,7 +21,7 @@ class Config:
|
||||||
text_color: str = "#ffffff"
|
text_color: str = "#ffffff"
|
||||||
image_size: int = 80
|
image_size: int = 80
|
||||||
space_1: int = 18
|
space_1: int = 18
|
||||||
max_updates: int = 250
|
max_updates: int = 300
|
||||||
loop_delay_fast: int = 1000 * 5
|
loop_delay_fast: int = 1000 * 5
|
||||||
loop_delay_normal: int = 1000 * 60 * 1
|
loop_delay_normal: int = 1000 * 60 * 1
|
||||||
loop_delay_slow: int = 1000 * 60 * 5
|
loop_delay_slow: int = 1000 * 60 * 5
|
||||||
|
|
Loading…
Reference in New Issue