mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Remove a debug print
This commit is contained in:
parent
a53477ff02
commit
7dba50e95b
2 changed files with 2 additions and 8 deletions
|
|
@ -1,12 +1,7 @@
|
|||
{
|
||||
"plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py",
|
||||
"versions": {
|
||||
"1.0.1": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "e31a789",
|
||||
"released_on": "29-06-2023",
|
||||
"md5sum": "e54913a789a31f60f18ef24edbfdd130"
|
||||
},
|
||||
"1.0.1": null,
|
||||
"1.0.0": {
|
||||
"api_version": 8,
|
||||
"commit_sha": "0b55bc2",
|
||||
|
|
@ -116,4 +111,4 @@
|
|||
"https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json"
|
||||
],
|
||||
"external_source_url": "https://github.com/{repository}/{content_type}/{tag}/category.json"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -699,7 +699,6 @@ class PluginVersion:
|
|||
self.md5sum = info["md5sum"]
|
||||
|
||||
self.download_url = self.plugin.url.format(content_type="raw", tag=tag)
|
||||
print(self.download_url)
|
||||
self.view_url = self.plugin.url.format(content_type="blob", tag=tag)
|
||||
|
||||
def __eq__(self, plugin_version):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue