diff --git a/config.js b/config.js index 6d4580f..0ffc93a 100644 --- a/config.js +++ b/config.js @@ -1,3 +1,3 @@ const CONFIG = { - apiKey: "1e8d3bcbc24f95e64672521ccdcf6020e2d64d30", + apiKey: "", }; diff --git a/update.ps1 b/update.ps1 index bdd296c..a06e527 100644 --- a/update.ps1 +++ b/update.ps1 @@ -50,4 +50,5 @@ if ($newestVersionString -ne "") { else { Write-Output "No new version found!" } +Write-Output "You need to add your API-Key again to the config.js!" pause \ No newline at end of file