This commit is contained in:
parent
278a574f80
commit
26eab23305
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required (VERSION 3.6)
|
||||
project (mastorss
|
||||
VERSION 0.8.5
|
||||
VERSION 0.8.6
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
|
|
@ -165,7 +165,7 @@ std::uint16_t read_config(string &instance, string &access_token, string &feedur
|
|||
{
|
||||
interval = "60";
|
||||
}
|
||||
config[profile]["interval"] = std::stoul(interval);
|
||||
config[profile]["interval"] = Json::Value::UInt64(std::stoul(interval));
|
||||
config_changed = true;
|
||||
}
|
||||
if (config_changed)
|
||||
|
|
Loading…
Reference in New Issue
Block a user