add missing comma

openweathermap_3.6
Jens Lody 11 years ago
parent e821944a24
commit 0ed38bb33e
  1. 2
      src/extension.js

@ -1337,7 +1337,7 @@ weather-storm.png = weather-storm-symbolic.svg
let params = {
q: this.extractCity(this._city),
units: 'metric'
units: 'metric',
cnt : '10',
};

Loading…
Cancel
Save