This commit is contained in:
Auric Vente
2024-07-19 00:33:51 -06:00
parent 8355b3dc9a
commit 95bc45af8b
4 changed files with 79 additions and 29 deletions

View File

@@ -25,6 +25,7 @@ class Config:
loop_delay_fast: int = 3_000
loop_delay_normal: int = 20_000
loop_delay_slow: int = 60_000
hatch_burst: int = 3
@staticmethod
def prepare() -> None: