From 4a8eb2898349b7620cc715879b8116694270257f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 31 Jan 2021 09:09:57 +0100 Subject: [PATCH] Update config.json --- addons_updater/config.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/addons_updater/config.json b/addons_updater/config.json index 3dd3e6c65..05bf81e5f 100644 --- a/addons_updater/config.json +++ b/addons_updater/config.json @@ -20,14 +20,12 @@ "addon": [{ "slug": "addon slug", "beta": false, "fulltag": false, "repository": "https://github.com/user/repo", "upstream": "github_user/repo_name" }], "gituser": "gituser", "gitpass": "gitpassword", - "gitmail": "youremail@gmail.com", - "frequency": 7 + "gitmail": "youremail@gmail.com" }, "schema": { "addon": [{ "slug": "str", "beta": "bool", "fulltag": "bool", "repository": "str", "upstream": "str"}], "gituser": "str", "gitpass": "str", - "gitmail": "str", - "frequency": "int" + "gitmail": "str" } }