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