From 2fe966ccae50ec41d32329438113769dba3820e4 Mon Sep 17 00:00:00 2001 From: Rikko Date: Tue, 4 Oct 2022 06:50:42 +0530 Subject: [PATCH] https -> http https://github.com/bombsquad-community/plugin-manager/pull/48#discussion_r986313257 --- index.json | 9 ++------- plugin_manager.py | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/index.json b/index.json index 1a360cf..bb9d90d 100644 --- a/index.json +++ b/index.json @@ -1,12 +1,7 @@ { "plugin_manager_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "0.1.7": { - "api_version": 7, - "commit_sha": "6f9fc4b", - "released_on": "03-10-2022", - "md5sum": "550215c42afa9b38bbc5e67bd0fc740f" - }, + "0.1.7": null, "0.1.6": { "api_version": 7, "commit_sha": "2a7ad8e", @@ -32,4 +27,4 @@ "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json" ], "external_source_url": "http://github.com/{repository}/{content_type}/{tag}/category.json" -} \ No newline at end of file +} diff --git a/plugin_manager.py b/plugin_manager.py index 618b139..e1db5b8 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -36,7 +36,7 @@ REGEXP = { "plugin_entry_points": re.compile(b"(ba_meta export plugin\n+class )(.*)\\("), "minigames": re.compile(b"(ba_meta export game\n+class )(.*)\\("), } -DISCORD_URL = "https://ballistica.net/discord" +DISCORD_URL = "http://ballistica.net/discord" _CACHE = {}