watchwords.json is no longer required to exist.
the build was successful Details

Fixes #2
This commit is contained in:
tastytea 2018-08-26 19:46:07 +02:00
parent 024a7e0af7
commit cc12005a4b
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 3 deletions

View File

@ -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
) )

View File

@ -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