Skip to content

Commit a5aedeb

Browse files
committed
Fixed two minor mistakes
1 parent e1bcee8 commit a5aedeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Support WeChat push, multi-user, scheduled auto report
1515
- Download `Chrome WebDriver` and add it to `Path`
1616
- Edit `config.py`
1717
- Edit `driver_path` (optional)
18-
- Edit `min_temperature` and `min_temperature` (optional)
18+
- Edit `min_temperature` and `max_temperature` (optional)
1919
- Edit `timeout` (optional)
2020
- Edit `app_token` (get from [WxPusher](https://wxpusher.zjiecode.com/)) (optional)
2121
- Edit `users`

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
'password': '654321',
2222
'use_wechat': False,
2323
'uid': None
24-
},
24+
}
2525
]

0 commit comments

Comments
 (0)