fix session expired and try variant timing
This commit is contained in:
parent
867c6f3152
commit
b4e84e430e
6 changed files with 211 additions and 9 deletions
|
|
@ -7,8 +7,10 @@ TELEGRAM_CHAT_ID=your_chat_id_here
|
|||
INBERLIN_EMAIL=your_email@example.com
|
||||
INBERLIN_PASSWORD=your_password_here
|
||||
|
||||
# Check interval in seconds (default: 300 = 5 minutes)
|
||||
CHECK_INTERVAL=300
|
||||
# Check interval in seconds (default: 150 = 2.5 minutes)
|
||||
# Randomized by ±CHECK_INTERVAL_VARIANCE to avoid bot detection
|
||||
CHECK_INTERVAL=150
|
||||
CHECK_INTERVAL_VARIANCE=30
|
||||
|
||||
# Form Data for Autopilot Applications
|
||||
FORM_ANREDE=Herr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue