fix api_delay

This commit is contained in:
Тупой
2025-07-02 13:54:39 +03:00
committed by GitHub
parent 3c7f55fe84
commit e4a1f24cdf
+1 -1
View File
@@ -89,7 +89,7 @@ class Config:
"forum_thread_id": input("Введите ID темы на форуме для отслеживания: "),
"stars_count": 3,
"check_interval": 30,
"api_delay": 5,
"api_delay": 7,
"max_retries": 3,
"processed_posts_file": "processed_posts.json",
"enable_reply": True,