fixed minor typo (apiKey vs. appid)

This commit is contained in:
Bryan Zhu 2020-06-30 12:29:00 -04:00
parent fdd389d6b7
commit dc9d6f6b79

View File

@ -15,7 +15,7 @@ Module.register("weather", {
location: false,
locationID: false,
appid: "",
apiKey: "",
units: config.units,
tempUnits: config.units,