Fixes #2
This commit is contained in:
parent
024a7e0af7
commit
cc12005a4b
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required (VERSION 3.7)
|
cmake_minimum_required (VERSION 3.7)
|
||||||
project (mastorss
|
project (mastorss
|
||||||
VERSION 0.7.2
|
VERSION 0.7.3
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -49,8 +49,7 @@ std::vector<Mastodon::Easy::Status> parse_website(const string &xml)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
cerr << "ERROR: " << filepath << "watchwords.json not found or not readable.\n";
|
cerr << "WARNING: " << filepath << "watchwords.json not found or not readable.\n";
|
||||||
return {};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Read profile-specific hashtags or fail silently
|
// Read profile-specific hashtags or fail silently
|
||||||
|
|
Loading…
Reference in New Issue
Block a user