Fix typos (#497)
* Update config_full.json.example Typo * Update config.json.example
This commit is contained in:
@@ -34,8 +34,8 @@
|
|||||||
},
|
},
|
||||||
"telegram": {
|
"telegram": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"token": "your_instagram_token",
|
"token": "your_telegram_token",
|
||||||
"chat_id": "your_instagram_chat_id"
|
"chat_id": "your_telegram_chat_id"
|
||||||
},
|
},
|
||||||
"initial_state": "running",
|
"initial_state": "running",
|
||||||
"internals": {
|
"internals": {
|
||||||
|
@@ -42,8 +42,8 @@
|
|||||||
},
|
},
|
||||||
"telegram": {
|
"telegram": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"token": "your_instagram_token",
|
"token": "your_telegram_token",
|
||||||
"chat_id": "your_instagram_chat_id"
|
"chat_id": "your_telegram_chat_id"
|
||||||
},
|
},
|
||||||
"initial_state": "running",
|
"initial_state": "running",
|
||||||
"internals": {
|
"internals": {
|
||||||
|
Reference in New Issue
Block a user