add 'network' permission
This commit is contained in:
@@ -194,5 +194,6 @@ void Network::update() {
|
||||
}
|
||||
|
||||
std::unique_ptr<Network> Network::create(const NetworkSettings& settings) {
|
||||
logger.info() << "initializing network";
|
||||
return std::make_unique<Network>(network::create_curl_requests());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user