From a3290e9d1c90e4c8fc30d85469a88773f3c48b4e Mon Sep 17 00:00:00 2001 From: Anas <77075674+anasty17@users.noreply.github.com> Date: Mon, 9 Aug 2021 14:41:27 +0300 Subject: [PATCH] Revert "Fix for app sleeping (#313)" This reverts commit 442aea66172fe1ae9f0a67a206bd510c9d9b4a54. --- app.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app.json b/app.json index 48df806..f8b21fa 100644 --- a/app.json +++ b/app.json @@ -185,11 +185,6 @@ "description": "Status limit with buttons, Recommend limit status to 4 tasks max.", "required": false }, - "IS_VPS": { - "description": "Required to keep the app awake, keep it False.", - "value": "False", - "required": true - }, "BASE_URL_OF_BOT": { "description": "Enter your Heroku app link to avoid the app from sleeping and to make it work with Torrent selection", "value": "https://yourappname.herokuapp.com",