Fix weather command properly.......
This commit is contained in:
parent
3927b7905b
commit
f5714cb90d
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ module.exports = async function (location) {
|
|||
const options = {
|
||||
hostname: "wttr.in",
|
||||
port: 443,
|
||||
path: `${location}?format=4&M`,
|
||||
path: `/${location}?format=4&M`,
|
||||
method: 'GET',
|
||||
timeout: 5000
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue