mirror of
https://github.com/DerTyp7/obs-twitch-camera-frame.git
synced 2025-10-29 12:52:14 +01:00
removed api key ;)
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
const CONFIG = {
|
const CONFIG = {
|
||||||
apiKey: "1e8d3bcbc24f95e64672521ccdcf6020e2d64d30",
|
apiKey: "",
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -50,4 +50,5 @@ if ($newestVersionString -ne "") {
|
|||||||
else {
|
else {
|
||||||
Write-Output "No new version found!"
|
Write-Output "No new version found!"
|
||||||
}
|
}
|
||||||
|
Write-Output "You need to add your API-Key again to the config.js!"
|
||||||
pause
|
pause
|
||||||
Reference in New Issue
Block a user