Fixed weather pressure

This commit is contained in:
Kwoth 2017-01-07 00:56:31 +01:00
parent f052bcf5a0
commit ea41d6126c

View File

@ -23,8 +23,8 @@ namespace NadekoBot.Modules.Searches.Commands.Models
public class Main
{
public double temp { get; set; }
public int pressure { get; set; }
public int humidity { get; set; }
public float pressure { get; set; }
public float humidity { get; set; }
public double temp_min { get; set; }
public double temp_max { get; set; }
}