Skip to content

Commit

Permalink
chore: modify example
Browse files Browse the repository at this point in the history
  • Loading branch information
salvo-polizzi committed Nov 12, 2023
1 parent e6acc42 commit 9dd0570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ A simple Python script to verify if a service is up. Whenever the service falls,

### Example
```yaml
QDBotToken: "123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11" # Your bot token
QDBotIDs: ["10000000", "10000001", "10000002"] # Single ID or Multiple IDs
bot-token: "123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11" # Your bot token
chat_ids: ["10000000", "10000001", "10000002"] # Single ID or Multiple IDs
```
### Run it every 5 minutes using crontab
Expand Down

0 comments on commit 9dd0570

Please sign in to comment.