mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +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:
@@ -1,8 +1,8 @@
|
||||
var api_key = {
|
||||
"youtube": "xxxx",
|
||||
"soundcloud": "xx",
|
||||
youtube: "xxxx",
|
||||
soundcloud: "xx" // This can be excluded if you don't have a soundcloud key
|
||||
};
|
||||
|
||||
try {
|
||||
module.exports = api_key;
|
||||
} catch(e) {}
|
||||
module.exports = api_key;
|
||||
} catch (e) {}
|
||||
|
||||
Reference in New Issue
Block a user