mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Prettified som more files and fixed some logging of missing files so they are more similar in fashion
This commit is contained in:
@@ -13,7 +13,7 @@ try {
|
||||
} catch (e) {
|
||||
allowed_key = ["***"];
|
||||
console.log(
|
||||
"Allowed API-key for skipping songs from API has not been configured, so all keys are allowed by default (!). Have a look at config/allowed_api.example.js"
|
||||
"(!) Missing file - /config/allowed_api.js Have a look at /config/allowed_api.example.js."
|
||||
);
|
||||
}
|
||||
var crypto = require("crypto");
|
||||
|
||||
Reference in New Issue
Block a user