Skip to content

Commit 9adf4b0

Browse files
chore: fix config.js style in gps examples (#87)
1 parent 353c8f2 commit 9adf4b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/gps/send_location_to_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"username": "[YOUR_USERNAME]",
1616
"password": "[YOUR_PASSWORD]"
1717
}
18+
}
1819
"""
1920

2021
import time

examples/gps/send_location_to_telegram.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
1111
config.json
1212
{
13-
"telegram":{
14-
"token": "your_telegram_token"
15-
"chat_id": "your_telegram_chat_id"
13+
"telegram": {
14+
"token": "[YOUR_BOT_TOKEN_ID]",
15+
"chat_id": "[YOUR_GROUP_CHAT_ID]"
1616
}
1717
}
1818
"""

0 commit comments

Comments
 (0)