This commit is contained in:
Akamaru 2016-10-06 21:10:40 +02:00
parent 2b8c3656f1
commit 9295dc9630
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ local flickr_search = {}
function flickr_search:init(config)
if not cred_data.flickr_apikey then
print('Missing config value: flickr_apikey.')
print('flickr_search.lua will not be enabled.')
print('Fehlender Key: flickr_apikey.')
print('flickr_search.lua wird nicht aktiviert.')
return
end